mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove transition from .linkb to fix blinking
This commit is contained in:
parent
fcb6d2a228
commit
7cb20b3a9f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
min-width: 28px;
|
||||
margin-left: -1px;
|
||||
padding: 3.5px;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.linkb:hover {
|
||||
|
@ -45,6 +44,7 @@
|
|||
border-color: #7a7a7a;
|
||||
}
|
||||
|
||||
.linkb:active,
|
||||
.linkb:active:hover {
|
||||
box-shadow: inset 0
|
||||
calc(var(--toolbar-size) / 15)
|
||||
|
|
Loading…
Reference in a new issue