Skip to content

Commit 47fe571

Browse files
committed
dropdown menu hover styles
1 parent 2b18790 commit 47fe571

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/components/Dropdown/styles.module.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
width: 100%;
2121
height: 100%;
2222
cursor: pointer;
23+
&:hover {
24+
border: 1px solid var(--accent-color);
25+
background-color: var(--accent-type-color);
26+
color: var(--accent-color);
27+
}
2328
}
2429

2530
.options {
@@ -77,6 +82,13 @@
7782
}
7883
}
7984

85+
li[aria-selected="false"]:hover .icon {
86+
svg {
87+
background: var(--accent-type-color);
88+
border-radius: 2rem;
89+
}
90+
}
91+
8092
button.chevron {
8193
pointer-events: all;
8294
padding: 2px;

0 commit comments

Comments
 (0)