Update style for list items.
This commit is contained in:
parent
a01f0f456a
commit
6e3306b5ab
1 changed files with 9 additions and 0 deletions
|
|
@ -181,6 +181,15 @@ ul {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.ui-menu-item-wrapper {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding-left: .25rem;
|
||||||
|
&.ui-state-active {
|
||||||
|
border: 1px solid $gray-200;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue