Chore: Desktop: Fix SCSS compilation warning (#11217)

pull/11271/head
Henry Heino 2024-10-26 13:02:40 -07:00 committed by GitHub
parent 4e7d74e49a
commit 576a73db5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 9 deletions

View File

@ -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 {