fix: dont ship weird default styles
This commit is contained in:
@@ -273,9 +273,6 @@ tooltip>* {{
|
|||||||
|
|
||||||
#workspaces>button {{
|
#workspaces>button {{
|
||||||
background-color: #{colors["base05"]};
|
background-color: #{colors["base05"]};
|
||||||
border-radius: 100px;
|
|
||||||
padding: 0px 4px;
|
|
||||||
transition: padding 0.05s steps(8);
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
#workspaces>button.empty:not(.active):not(.visible) {{
|
#workspaces>button.empty:not(.active):not(.visible) {{
|
||||||
@@ -288,8 +285,6 @@ tooltip>* {{
|
|||||||
|
|
||||||
#workspaces>button.active {{
|
#workspaces>button.active {{
|
||||||
background-color: #{colors["base0D"]};
|
background-color: #{colors["base0D"]};
|
||||||
padding: 0px 16px;
|
|
||||||
border-radius: 100px;
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
#workspaces>button.urgent {{
|
#workspaces>button.urgent {{
|
||||||
|
|||||||
Reference in New Issue
Block a user