1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Don't use box shadow mixin

This commit is contained in:
David Wheatley
2021-08-12 18:23:23 +02:00
parent 4eb1928b02
commit 8d7ca415a5

View File

@@ -63,7 +63,7 @@
&:active,
&.active,
.open > &.Dropdown-toggle {
.box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125));
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
outline: none;
}
@@ -77,7 +77,7 @@
fieldset[disabled] & {
cursor: default;
opacity: 0.65;
.box-shadow(none);
box-shadow: none;
}
a& {
@@ -178,7 +178,7 @@
&:active,
&.active,
.open > &.Dropdown-toggle {
.box-shadow(none);
box-shadow: none;
}
}
.Button--primary {