Merge conflict - poetry.lock

This commit is contained in:
Jonathan Bobel
2025-04-02 11:44:39 -04:00
66 changed files with 1949 additions and 1758 deletions

View File

@@ -591,11 +591,25 @@ td.table-empty-message {
.big-number-smallest {
font-size: units(3);
}
.pill-item__label {
color: white;
}
&:not(.pill-item--selected):hover {
background: color('blue-warm-70v');
.pill-item__label {
color: white;
}
}
&.pill-item--selected:hover {
color: color('blue-60v');
&.pill-item--selected {
.pill-item__label {
color: color('blue-60v');
}
&:hover {
.pill-item__label {
color: color('blue-60v');
}
}
}
}
}