mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Chore: Desktop: Fix SCSS compilation warning (#11217)
This commit is contained in:
parent
4e7d74e49a
commit
576a73db5b
@ -10,15 +10,6 @@
|
||||
width: var(--joplin-toolbar-height);
|
||||
max-width: var(--joplin-toolbar-height);
|
||||
|
||||
&.-has-title {
|
||||
width: auto;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -33,6 +24,14 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&.-has-title {
|
||||
width: auto;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
&:not(:disabled) {
|
||||
&:hover, &:focus-visible {
|
||||
|
Loading…
Reference in New Issue
Block a user