mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Instead of using *::cell::text and tableview::cell::icon in breeze and styles we will just use *::tableview::cell. And leave the inner elements of PushButton unaltered (since the father already can alter them).
Did some fixes in `Text::findCharacterPos` and `Text::findCharacterFromPos`, also tentatively added support for soft-wrap in those function (I haven't tested much yet).
This commit is contained in:
@@ -1444,11 +1444,11 @@ void GitPlugin::buildSidePanelTab() {
|
||||
#git_status_tree ScrollBar:focus-within {
|
||||
opacity: 1;
|
||||
}
|
||||
.git_highlight_style > treeview::cell::text {
|
||||
.git_highlight_style > treeview::cell {
|
||||
color: %s;
|
||||
}
|
||||
treeview::row:selected .git_highlight_style > treeview::cell::text,
|
||||
treeview::row:selected .git_highlight_style > treeview::cell::text {
|
||||
treeview::row:selected .git_highlight_style > treeview::cell,
|
||||
treeview::row:selected .git_highlight_style > treeview::cell {
|
||||
color: var(--list-row-active);
|
||||
tint: var(--list-row-active);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user