-
Notifications
You must be signed in to change notification settings - Fork 46
replacing the icons #67
Copy link
Copy link
Open
Description
Unfortunately it is not as simple as replacing the content attribute with the CSS variables currently being used as the built-in css also manipulates the icons eg
Lines 652 to 657 in 6077514
| ._access-menu ul li button[data-access-action="increaseTextSpacing"]:before { | |
| content: var(--_access-menu-item-icon-increase-text-spacing, ${!this.options.icon.useEmojis ? '"unfold_more"' : '"🔼"'}); | |
| transform: rotate(90deg) translate(-7px, 2px); | |
| top: 14px; | |
| left: 0; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels