fix: ensures column selector renders active columns properly
This commit is contained in:
@@ -4,17 +4,14 @@
|
||||
background: var(--theme-elevation-50);
|
||||
padding: base(1) base(1) base(.5);
|
||||
|
||||
.pill {
|
||||
&__column {
|
||||
margin-right: base(.5);
|
||||
margin-bottom: base(.5);
|
||||
}
|
||||
|
||||
&__column {
|
||||
background-color: transparent;
|
||||
box-shadow: 0 0 0 1px var(--theme-elevation-200);
|
||||
}
|
||||
|
||||
&__column--active {
|
||||
background-color: var(--theme-elevation-150);
|
||||
&.column-selector__column--active {
|
||||
background-color: var(--theme-elevation-150);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user