Merge pull request #557 from simgunz/fix-button-not-highlighted
Fix editor buttons not highlighted
This commit is contained in:
commit
75db74e2e5
@ -30,6 +30,7 @@ Evandro Coan <github.com/evandrocoan>
|
||||
Alan Du <alanhdu@gmail.com>
|
||||
Yuchen Lei <lyc@xuming.studio>
|
||||
Henry Tang <hktang@ualberta.ca>
|
||||
Simone Gaiarin <simgunz@gmail.com>
|
||||
|
||||
********************
|
||||
|
||||
|
@ -60,12 +60,12 @@ button.linkb {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.linkb:disabled {
|
||||
button.linkb:disabled {
|
||||
opacity: 0.3;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.highlighted {
|
||||
button.highlighted {
|
||||
border-bottom: 3px solid #000;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user