Regenerated
This commit is contained in:
+304
-301
File diff suppressed because it is too large
Load Diff
+8
-5
@@ -2939,15 +2939,18 @@ window#waybar {
|
|||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
opacity: 0; /* hide visually */
|
opacity: 0;
|
||||||
min-width: 0; /* override inherited min-width if any */
|
min-width: 0;
|
||||||
padding: 0; /* remove any padding */
|
padding: 0;
|
||||||
margin: 0; /* remove any margin */
|
margin: 0;
|
||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
connections:hover #custom-connections-anchor {
|
connections:hover #custom-connections-anchor {
|
||||||
opacity: 0; /* hide visually */
|
opacity: 0;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -83,15 +83,18 @@ window#waybar {
|
|||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
opacity: 0; /* hide visually */
|
opacity: 0;
|
||||||
min-width: 0; /* override inherited min-width if any */
|
min-width: 0;
|
||||||
padding: 0; /* remove any padding */
|
padding: 0;
|
||||||
margin: 0; /* remove any margin */
|
margin: 0;
|
||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
connections:hover #custom-connections-anchor {
|
connections:hover #custom-connections-anchor {
|
||||||
opacity: 0; /* hide visually */
|
opacity: 0;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user