mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-14 06:15:54 +01:00
Merge pull request #162
fix(style): selecting transaction no longer highlights it
This commit is contained in:
@@ -50,7 +50,7 @@ select[multiple] {
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
|
||||
.transaction:has(input[type="checkbox"]:checked) > .transaction-item {
|
||||
.transaction:has(input[type="checkbox"]:checked) > div > .transaction-item {
|
||||
background-color: $primary-bg-subtle-dark;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user