Chore: Hover color for status dropdown (#1906)

This commit is contained in:
Sivin Varghese
2021-03-20 13:08:56 +05:30
committed by GitHub
parent 6afa1fb556
commit e289106c5b
9 changed files with 190 additions and 149 deletions

View File

@@ -68,21 +68,11 @@
position: relative;
.dropdown-pane {
@include elegant-card;
@include border-light;
bottom: 6rem;
display: block;
left: 5rem;
visibility: visible;
width: 80%;
z-index: 999;
&::before {
@include arrow(bottom, $color-white, $space-slab);
bottom: -$space-slab;
position: absolute;
right: $space-slab;
}
}
.active {