Skip to content

Commit cf68783

Browse files
committed
[themes] Fix missing focus hint for slider widgets
1 parent 6d0de1c commit cf68783

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/themes/Night Mapping/style.qss

+4
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,10 @@ QToolButton[autoRaise=false]:focus:!pressed {
772772
border:1px solid @focusdark;
773773
}
774774

775+
QSlider::handle:horizontal:focus, QSlider::handle:vertical:focus {
776+
border: 1px solid @focus;
777+
}
778+
775779
/* ==================================================================================== */
776780
/* QGIS-SPECIFIC TWEAKS */
777781
/* ==================================================================================== */

0 commit comments

Comments
 (0)