2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fix active state dropdown

This commit is contained in:
Martijn Cuppens
2020-03-31 22:42:45 +02:00
parent c48d89cb70
commit 43d866313d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -11,10 +11,8 @@
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
.dropdown-item.active {
.dropdown-item.current {
font-weight: 600;
color: $gray-900;
background-color: transparent;
background-image: escape-svg($dropdown-active-icon);
background-repeat: no-repeat;
background-position: .4rem .6rem;