elementary / granite

Library that extends GTK with common widgets and utilities
https://elementary.io
GNU Lesser General Public License v3.0
280 stars 61 forks source link

SwitchModelButton: make switch not focusable #713

Closed danirabbit closed 5 months ago

danirabbit commented 5 months ago

The button itself is already keyboard focusable so we don't need the switch to separately be keyboard focusable. This makes keyboard navigation faster

danirabbit commented 5 months ago

@leolost2605 Granite's style sheet does have focus styles for model items, but io.elementary.stylesheet doesn't, so unless you switch to the Granite stylesheet in inspector you won't notice it