Clean up inconsistent box shadow in RC filter

This commit is contained in:
alistair3149 2020-06-30 18:33:46 -04:00
parent e6aff8dea6
commit 3347e8e6c1
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -14,12 +14,14 @@ body {
&.oo-ui-widget-enabled {
.oo-ui-tagMultiselectWidget-handle {
border-color: @base-80;
.boxshadow(1);
}
}
&-views-select-widget {
&.oo-ui-widget {
border-color: @base-80;
.boxshadow(1);
}
}
}