nextcloud-libraries/nextcloud-vue

NcAppNavigationSettings: Settings toggle button stil has `--pill` border radius

Closed this issue · 2 comments

The toggle button for the app navigation settings is still using the old --pill border radius.

Screenshot_20240703_095147


I tried to simply replace it with var(--border-radius-element, calc(var(--default-clickable-area) / 2)); but it somehow doesn't look right.

Screenshot_20240703_095121

PR at #5765 if you think this is good enough.

I tried to simply replace it with var(--border-radius-element, calc(var(--default-clickable-area) / 2)); but it somehow doesn't look right.

No it needs to be:
var(--body-container-radius)

I pushed your recommendation to my PR and made it ready for review.