diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 8321d457..3c8c31d3 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -76,6 +76,12 @@ text-overflow: ellipsis; word-wrap: break-word; + &.active, + &:active { + background-color: inherit; + color: inherit; + } + // Simple menus always maintain a 16dp margin (phone) or 24dp margin (tablet) to the left and right edges of the screen. @include media-breakpoint-up(md) { padding-right: $bmd-menu-item-padding-right-md; @@ -116,6 +122,17 @@ margin: 0; } } + + .show &.btn { + &, + &-secondary, + &-success, + &-info, + &-warning, + &-danger { + background-color: transparent; + } + } } @keyframes bmd-dropdown-animation {