mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 06:50:05 +02: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;
|
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;
|
background-color: $primary-bg-subtle-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user