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:
Davi Alexandre 2021-04-08 15:24:19 -03:00 committed by GitHub
parent 052f584bf4
commit d47a55d23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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