switch: Add hover styles

Same as checkboxes.

Closes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6455

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2717>
This commit is contained in:
Alice Mikhaylenko
2024-06-18 21:39:06 +04:00
committed by Florian Müllner
parent 259eaa9bbb
commit cca34af31e
2 changed files with 14 additions and 0 deletions

View File

@ -343,6 +343,7 @@ export const Switch = GObject.registerClass({
super._init({
style_class: 'toggle-switch',
accessible_role: Atk.Role.CHECK_BOX,
track_hover: true,
});
const box = new St.BoxLayout({