[themes] Fix visual disabled state of checked tool buttons

This commit is contained in:
Mathieu Pellerin 2020-04-06 12:27:49 +07:00
parent 5199b91722
commit 827f0a1add
2 changed files with 8 additions and 0 deletions

View File

@ -241,6 +241,10 @@ QToolButton:checked
{
border: 1px solid @selection;
}
QToolButton:checked:disabled
{
border: 1px solid rgba(240,240,240,100);
}
QToolButton::menu-arrow
{
image: url(@theme_path/icons/arrow-down.svg);

View File

@ -251,6 +251,10 @@ QToolButton:checked
{
border: 1px solid @focus;
}
QToolButton:checked:disabled
{
border: 1px solid rgba(215,128,26,100);
}
QToolButton::menu-arrow
{
image: url(@theme_path/icons/arrow-down.svg);