12 lines
174 B
SCSS
12 lines
174 B
SCSS
#menu-popover {
|
|
border-radius: 5px;
|
|
.list {
|
|
.item {
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
&:hover {
|
|
background-color: #E4E2E2;
|
|
}
|
|
}
|
|
}
|
|
}
|