fix: ensures column selector renders active columns properly

This commit is contained in:
James
2022-07-17 10:06:58 -07:00
parent 2ef8a1e35a
commit 6347a2febf

View File

@@ -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);
}
}
}