mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
18 lines
190 B
SCSS
18 lines
190 B
SCSS
|
|
.keymap-shortcut-row-content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
> .edit {
|
|
opacity: 0;
|
|
|
|
&:focus-visible, &.-editing {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
&:hover > .edit {
|
|
opacity: 1;
|
|
}
|
|
}
|