Skip to content

Commit

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

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

/* ==================================================================================== */
/* QGIS-SPECIFIC TWEAKS */
/* ==================================================================================== */
Expand Down
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 e41ff7b

Please sign in to comment.