Skip to content

Commit

Permalink
Improve tool buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Jun 1, 2019
1 parent 815d441 commit 7d1eab9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qdarkstyle/qss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,10 @@ QToolButton {
}

&:disabled {
border: $BORDER_NORMAL;
border: none;
&:hover {
border: $BORDER_NORMAL;
}
}

&:hover {
Expand Down

0 comments on commit 7d1eab9

Please sign in to comment.