Skip to content

Commit

Permalink
style: disabled tool text fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <andrei.popa@analog.com>
  • Loading branch information
andrei47w committed Feb 5, 2025
1 parent ee178d2 commit be7e5da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gui/style/qss/properties/button/toolButton.qss
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ QPushButton[&&property&&=true]:hover {
background-color: &content_silent&;
color: &content_default&;
}

QPushButton[&&property&&=true]:pressed {
background-color: &content_silent&;
color: &content_default&;
}

QPushButton[&&property&&=true]:checked {
background-color: &interactive_subtle_disabled&;
color: &content_default&;
}
QPushButton[&&property&&=true]:disabled {
background-color: transparent;
color: &content_silent&;
}

0 comments on commit be7e5da

Please sign in to comment.