UI: Fix group checkbox icons not working in Dark theme
This commit is contained in:
@@ -637,11 +637,11 @@ SourceTreeSubItemCheckBox::indicator {
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator:checked {
|
||||
image: url(./Dark/expand.png);
|
||||
image: url(./Dark/expand.svg);
|
||||
}
|
||||
|
||||
SourceTreeSubItemCheckBox::indicator:unchecked {
|
||||
image: url(./Dark/collapse.png);
|
||||
image: url(./Dark/down.svg);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user