Skip to content

Commit

Permalink
chore: update menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 8, 2023
1 parent e433b3e commit 0515d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ a[aria-current="page"] {
}

[data-scope="menu"][data-part="item"],
[data-scope="menu"][data-part="trigger-item"],
[data-scope="menu"][data-part="option-item"] {
all: unset;
font-size: 14px;
Expand All @@ -361,13 +362,15 @@ a[aria-current="page"] {
}

[data-scope="menu"][data-part="item"][data-highlighted],
[data-scope="menu"][data-part="trigger-item"][data-highlighted],
[data-scope="menu"][data-part="option-item"][data-highlighted] {
outline: none;
background-color: rgb(110, 86, 207);
color: rgb(253, 252, 254);
}

[data-scope="menu"][data-part="item"][data-disabled],
[data-scope="menu"][data-part="trigger-item"][data-disabled],
[data-scope="menu"][data-part="option-item"][data-disabled] {
opacity: 0.4;
}
Expand Down

0 comments on commit 0515d97

Please sign in to comment.