mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
Merge pull request #557 from simgunz/fix-button-not-highlighted
Fix editor buttons not highlighted
This commit is contained in:
commit
75db74e2e5
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ Evandro Coan <github.com/evandrocoan>
|
||||||
Alan Du <alanhdu@gmail.com>
|
Alan Du <alanhdu@gmail.com>
|
||||||
Yuchen Lei <lyc@xuming.studio>
|
Yuchen Lei <lyc@xuming.studio>
|
||||||
Henry Tang <hktang@ualberta.ca>
|
Henry Tang <hktang@ualberta.ca>
|
||||||
|
Simone Gaiarin <simgunz@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -60,12 +60,12 @@ button.linkb {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkb:disabled {
|
button.linkb:disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlighted {
|
button.highlighted {
|
||||||
border-bottom: 3px solid #000;
|
border-bottom: 3px solid #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue