Skip to content

Commit 927c122

Browse files
Homaidksen0
authored andcommitted
remove extra space
1 parent 208cc33 commit 927c122

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Dropdown/styles.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
width: 100%;
2121
height: 100%;
2222
cursor: pointer;
23-
@media (hover: hover) and (pointer: fine) {
23+
@media (hover: hover) and (pointer: fine) {
2424
&:hover {
2525
border: 1px solid var(--accent-color);
2626
background-color: var(--accent-type-color);
2727
color: var(--accent-color);
2828
}
2929
}
30-
3130
}
3231

3332
.options {

0 commit comments

Comments
 (0)