WIP add styling for dropdown list.
This commit is contained in:
parent
e8f4f7bfd4
commit
a54a36b8c7
1 changed files with 3 additions and 3 deletions
|
|
@ -168,13 +168,13 @@ ul {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: .25rem;
|
||||||
background: $white;
|
background: $white;
|
||||||
border: 1px solid $gray;
|
border: 1px solid $gray;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
li {
|
li {
|
||||||
padding: 0.125rem 0.5rem;
|
&:hover,
|
||||||
&:hover {
|
.ui-state-active {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue