Files
mostlymatter/webapp/sass/components/_dropdown.scss
Asaad Mahmood f6b4a611d0 Multiple UI improvements (#3317)
Removing break all

Replacing jquery selectors and some other UI improvements

Removing jquery selector
2016-06-14 13:53:47 -04:00

28 строки
367 B
SCSS

@charset 'UTF-8';
.dropdown-menu {
border-radius: $border-rad;
&.colorpicker {
z-index: 2500;
}
.fa {
@include opacity(.6);
margin-right: 5px;
}
.divider {
@include opacity(.15);
}
> li > a {
color: inherit;
&:focus,
&:hover {
color: inherit;
}
}
}