forked from Shinonome/dots-hyprland
(minor) remove 1 useless class
This commit is contained in:
@@ -159,7 +159,7 @@ const contentStack = Widget.Stack({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const StackButton = (stackItemName, icon, name) => Widget.Button({
|
const StackButton = (stackItemName, icon, name) => Widget.Button({
|
||||||
className: 'button-minsize sidebar-navrail-btn sidebar-button-alone txt-small spacing-h-5',
|
className: 'button-minsize sidebar-navrail-btn txt-small spacing-h-5',
|
||||||
onClicked: (button) => {
|
onClicked: (button) => {
|
||||||
contentStack.shown = stackItemName;
|
contentStack.shown = stackItemName;
|
||||||
const kids = button.get_parent().get_children();
|
const kids = button.get_parent().get_children();
|
||||||
|
|||||||
Reference in New Issue
Block a user