Added bar button & button hover opacity option and fixed workspace module hover styling. (#166)
This commit is contained in:
@@ -195,9 +195,9 @@ const Workspaces = (monitor = -1, ws = 8) => {
|
||||
? numbered_active_indicator
|
||||
: "";
|
||||
|
||||
return `workspace-number ${numActiveInd}`;
|
||||
return `workspace-number can_${numbered_active_indicator} ${numActiveInd}`;
|
||||
}
|
||||
return "";
|
||||
return "default";
|
||||
},
|
||||
),
|
||||
label: Utils.merge(
|
||||
|
||||
Reference in New Issue
Block a user