// Dropdowns .dropdown, .btn-group { .dropdown-toggle { &:after { border-top: 0; border-right: 0; border-left: 0; border-bottom: 0; font: normal normal normal 24px/1 "feather"; content: "\e842"; width: auto; height: auto; vertical-align: middle; line-height: .625rem; font-size: .875rem; } } &.dropup { .dropdown-toggle { &::after { content: "\e845"; } } } &.dropstart { .dropdown-toggle { &::before { border: 0; font: normal normal normal 24px/1 "feather"; content: "\e843"; width: auto; height: auto; vertical-align: middle; line-height: .625rem; font-size: .875rem; } } } &.dropend { .dropdown-toggle { &::after { content: "\e844"; } } } } .dropdown-menu { padding: .35rem; margin-top: 0; } .dropdown-item { font-size: .812rem; padding: .25rem .875rem; border-radius: 2px; i, svg { color: $secondary; } &:not(&:active, &.active):hover { background-color: $component-hover-bg; &, i, svg { color: $component-hover-color; } } &:active, &.active { i, svg { color: $component-active-color; } } }