aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear/CollectionLinearView.scss
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2023-06-06 14:36:21 -0400
committergeireann <geireann.lindfield@gmail.com>2023-06-06 14:36:21 -0400
commit3958654925e92b1046b3ed5d49160514b6e48258 (patch)
treedb02b6e74a03306be67b5e6071fa2272b1f7fc66 /src/client/views/collections/collectionLinear/CollectionLinearView.scss
parent0fc47fefcb72592bd34e238949db9e98a84b8a63 (diff)
added rec stuff and begun updating components
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.scss')
-rw-r--r--src/client/views/collections/collectionLinear/CollectionLinearView.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.scss b/src/client/views/collections/collectionLinear/CollectionLinearView.scss
index 3e3709827..6b3318bf3 100644
--- a/src/client/views/collections/collectionLinear/CollectionLinearView.scss
+++ b/src/client/views/collections/collectionLinear/CollectionLinearView.scss
@@ -17,12 +17,7 @@
.collectionLinearView-menuOpener {
user-select: none;
}
-
- &.true {
- border-left: $standard-border;
- background-color: $medium-blue-alt;
- }
-
+
> input:not(:checked) ~ &.true {
background-color: transparent;
}