#se-menu-style-issue hover not blue but orange like buttons
parent
03f9da0b02
commit
60c6071a0f
|
@ -14,6 +14,9 @@ template.innerHTML = `
|
|||
elix-menu-button::part(popup-toggle) {
|
||||
padding: 0.25em 0.60em !important
|
||||
}
|
||||
:host ::slotted([current]){
|
||||
background-color: #F4E284 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<elix-menu-button id="MenuButton" aria-label="Main Menu">
|
||||
|
|
Loading…
Reference in New Issue