mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
FIX dropdown buttons having borders
This commit is contained in:
parent
aae970bed9
commit
d4187cf227
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ button:not(.btn, .btn-close) {
|
||||||
color var(--transition) ease-in-out,
|
color var(--transition) ease-in-out,
|
||||||
box-shadow var(--transition) ease-in-out !important;
|
box-shadow var(--transition) ease-in-out !important;
|
||||||
border-radius: prop(border-radius);
|
border-radius: prop(border-radius);
|
||||||
@include button.base;
|
@include button.base($border: false, $with-hover: false);
|
||||||
}
|
}
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue