Remove unused theme smallPaneHighlight property

This commit is contained in:
miruka 2020-08-19 07:19:27 -04:00
parent c51a771a65
commit 21462dc25f
3 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
- server list sorting method / explain what the % number is (stability) - server list sorting method / explain what the % number is (stability)
- server list: make it more obvious that it can be scrolled - server list: make it more obvious that it can be scrolled
- server list: make current item highlight more visible
- support (shift+)tab in filter fields - support (shift+)tab in filter fields
- clicking cancel on SSO "waiting" box doesn't do anything the first time - clicking cancel on SSO "waiting" box doesn't do anything the first time
- spam alt+shift+a when starting app on server browser → segfault - spam alt+shift+a when starting app on server browser → segfault

View File

@ -185,7 +185,6 @@ controls:
) )
color highlightBorder: colors.strongAccentElement color highlightBorder: colors.strongAccentElement
int highlightBorderThickness: 1 int highlightBorderThickness: 1
color smallPaneHighlight: colors.accentBackground
textField: textField:
color background: colors.strongBackground color background: colors.strongBackground

View File

@ -191,7 +191,6 @@ controls:
) )
color highlightBorder: colors.strongAccentElement color highlightBorder: colors.strongAccentElement
int highlightBorderThickness: 1 int highlightBorderThickness: 1
color smallPaneHighlight: colors.accentBackground
textField: textField:
color background: colors.strongBackground color background: colors.strongBackground