diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-28 02:55:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-28 02:55:30 -0400 |
| commit | f82baffbe4269deb257604a8203e10d727ff0a1b (patch) | |
| tree | dacc2b2ef55f07b88a3f0cc8344862adb79c4227 /src/client/views/collections/collectionLinear/CollectionLinearView.scss | |
| parent | ae9ec0179e556f44bb9404f319d326321e73cb1f (diff) | |
trying to fix more colors
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.scss')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.scss b/src/client/views/collections/collectionLinear/CollectionLinearView.scss index 6b3318bf3..d0c14a21d 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.scss +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.scss @@ -17,7 +17,7 @@ .collectionLinearView-menuOpener { user-select: none; } - + > input:not(:checked) ~ &.true { background-color: transparent; } |
