mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Don't use box shadow mixin
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
&:active,
|
&:active,
|
||||||
&.active,
|
&.active,
|
||||||
.open > &.Dropdown-toggle {
|
.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;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
.box-shadow(none);
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a& {
|
a& {
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
&:active,
|
&:active,
|
||||||
&.active,
|
&.active,
|
||||||
.open > &.Dropdown-toggle {
|
.open > &.Dropdown-toggle {
|
||||||
.box-shadow(none);
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.Button--primary {
|
.Button--primary {
|
||||||
|
Reference in New Issue
Block a user