Commit d2ec8be6 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'jnnkl-validate-dropdown-scss' into 'master'

Validate Dropdown.scss

See merge request gitlab-org/gitlab!53625
parents ffa276ab ea482c15
......@@ -326,7 +326,7 @@
color: $gl-text-color-secondary;
}
.badge.badge-pill + span:not(.badge.badge-pill) {
.badge.badge-pill + span:not(.badge):not(.badge-pill) {
// Expects up to 3 digits on the badge
margin-right: 40px;
}
......
......@@ -903,7 +903,7 @@ table a code {
padding: 0;
background-color: #4f4f4f;
}
.dropdown-menu .badge.badge-pill + span:not(.badge.badge-pill) {
.dropdown-menu .badge.badge-pill + span:not(.badge):not(.badge-pill) {
margin-right: 40px;
}
.dropdown-select {
......
......@@ -902,7 +902,7 @@ table a code {
padding: 0;
background-color: #dbdbdb;
}
.dropdown-menu .badge.badge-pill + span:not(.badge.badge-pill) {
.dropdown-menu .badge.badge-pill + span:not(.badge):not(.badge-pill) {
margin-right: 40px;
}
.dropdown-select {
......
......@@ -1174,7 +1174,7 @@ table a code {
padding: 0;
background-color: #dbdbdb;
}
.dropdown-menu .badge.badge-pill + span:not(.badge.badge-pill) {
.dropdown-menu .badge.badge-pill + span:not(.badge):not(.badge-pill) {
margin-right: 40px;
}
.dropdown-select {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment