mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style/global menu button: fix the focus indicator
This commit is contained in:
parent
d0d166e426
commit
6745b887fb
@ -16,12 +16,13 @@ button.global-menu-button {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.global-menu-button svg {
|
||||
.global-menu-button svg > g {
|
||||
transform-origin: center;
|
||||
transition: transform 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.global-menu-button:active svg,
|
||||
.global-menu-button.show svg {
|
||||
.global-menu-button:active svg > g,
|
||||
.global-menu-button.show svg > g{
|
||||
transform: scale(0.85) rotate(-10deg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user