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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user