mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
12 lines
224 B
SCSS
12 lines
224 B
SCSS
|
|
.toolbar-icon {
|
|
font-size: var(--joplin-toolbar-icon-size);
|
|
color: var(--joplin-color3);
|
|
margin-right: 0px;
|
|
pointer-events: none; /* Need this to get button tooltip to work */
|
|
|
|
&.-has-title {
|
|
margin-right: 5px;
|
|
}
|
|
}
|