mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Avoid resetting all background properties on note-icons (#1834)
This ensures only the background-color property will be changed transparent, avoiding to reset any other properties (background-image, for example) that might have been set by some custom CSS rules applied in combination with #iconClass
This commit is contained in:
parent
052f584bf4
commit
d47a55d23a
@ -12,7 +12,7 @@ const TPL = `
|
||||
|
||||
.note-icon-container button.note-icon {
|
||||
font-size: 180%;
|
||||
background: transparent;
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
padding: 6px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user