summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/components/_dropdown.scss
blob: f48e12c87363047c56939cb77539ab3bfe9d4f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@charset 'UTF-8';

.dropdown-menu {
    .divider {
        @include opacity(.15);
    }

    > li > a {
        color: inherit;

        &:focus,
        &:hover {
            color: inherit;
        }
    }
}