mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Tweak buttons in minimalist mode
This commit is contained in:
parent
506a9ad208
commit
8964942305
1 changed files with 5 additions and 3 deletions
|
@ -24,10 +24,12 @@
|
||||||
|
|
||||||
button {
|
button {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
&:hover {
|
|
||||||
background: var(--button-bg);
|
background: var(--button-bg);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
border: 1px solid var(--border-subtle);
|
||||||
|
&:hover {
|
||||||
|
background: var(--button-gradient-start);
|
||||||
|
border: 1px solid var(--border);
|
||||||
}
|
}
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
|
|
Loading…
Reference in a new issue