[themes] Fix missing focus hint for slider widgets

This commit is contained in:
nirvn 2019-02-11 11:34:01 +07:00
parent d1e5d6ef24
commit e41ff7b745
2 changed files with 8 additions and 0 deletions

View File

@ -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 */
/* ==================================================================================== */

View File

@ -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 */
/* ==================================================================================== */