Skip to content

Commit

Permalink
[themes] Fix missing focus hint for slider widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 11, 2019
1 parent 6d0de1c commit cf68783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -772,6 +772,10 @@ QToolButton[autoRaise=false]:focus:!pressed {
border:1px solid @focusdark;
}

QSlider::handle:horizontal:focus, QSlider::handle:vertical:focus {
border: 1px solid @focus;
}

/* ==================================================================================== */
/* QGIS-SPECIFIC TWEAKS */
/* ==================================================================================== */
Expand Down

0 comments on commit cf68783

Please sign in to comment.