1
0
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:
David Wheatley
2021-08-12 18:23:23 +02:00
parent 4eb1928b02
commit 8d7ca415a5

View File

@@ -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 {