Files
mostlymatter/webapp/sass/components/_dropdown.scss
Asaad Mahmood c12d997f24 Multiple UI Improvements
* Fixing backstage scrolling and link issue

* Fixing system console and color picker css

* Changing the toggleclass
2016-04-05 09:22:26 -04:00

22 строки
261 B
SCSS

@charset 'UTF-8';
.dropdown-menu {
&.colorpicker {
z-index: 2500;
}
.divider {
@include opacity(.15);
}
> li > a {
color: inherit;
&:focus,
&:hover {
color: inherit;
}
}
}