mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
css update pill label
This commit is contained in:
@@ -591,11 +591,25 @@ td.table-empty-message {
|
|||||||
.big-number-smallest {
|
.big-number-smallest {
|
||||||
font-size: units(3);
|
font-size: units(3);
|
||||||
}
|
}
|
||||||
|
.pill-item__label {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
&:not(.pill-item--selected):hover {
|
&:not(.pill-item--selected):hover {
|
||||||
background: color('blue-warm-70v');
|
background: color('blue-warm-70v');
|
||||||
|
|
||||||
|
.pill-item__label {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.pill-item--selected:hover {
|
&.pill-item--selected {
|
||||||
color: color('blue-60v');
|
.pill-item__label {
|
||||||
|
color: color('blue-60v');
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
.pill-item__label {
|
||||||
|
color: color('blue-60v');
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user