N°3581 - Dashlet: Fix pill not being completely clickable

This commit is contained in:
Molkobain
2021-03-18 11:14:05 +01:00
parent ca2c66733c
commit ac91bc8898
6 changed files with 64 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ $ibo-pill-states-colors: (
);
@each $sType, $aColors in $ibo-pill-states-colors {
.ibo-pill-is-#{$sType} {
.ibo-pill.ibo-is-#{$sType} {
color: map-get($aColors, 'secondary-color');
background-color: map-get($aColors, 'primary-color');
}