master
vinceliuice 3 years ago
parent cc5386cfd3
commit 13e3a51eb3

@ -58,8 +58,7 @@ $dash_border_radius: if($corner_style == 'circular', $circular-radius, $material
.dash-separator {
width: 1px;
margin: 0 $margin-size;
margin-bottom: $dash_padding;
margin: 0 $margin-size $dash_padding;
background-color: rgba(white, 0.15);
}
@ -67,11 +66,11 @@ $dash_border_radius: if($corner_style == 'circular', $circular-radius, $material
.dash-label {
border-radius: if($corner_style == 'circular', $circular-radius, $material-radius);
padding: $space-size $space-size * 2;
margin: $margin-size * 2 $margin-size;
color: on(dark);
background-color: rgba(black, 0.75);
border: none;
box-shadow: $shell-shadow-z2;
text-align: center;
-y-offset: 0; // distance from the dash edge
-y-offset: $margin-size * 3; // distance from the dash edge
-x-offset: $space-size + 2px;
}

@ -214,7 +214,7 @@ $submenu_item_radius: $popup-radius - $space-size;
.popup-separator-menu-item-separator {
height: 1px; // increase visibility with a themed menu
margin: 0 0;
margin: 0;
background-color: $border;
.popup-sub-menu & { //submenu separators

@ -2357,21 +2357,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 2px;
margin-bottom: 12px;
margin: 0 2px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 4px 8px;
margin: 4px 2px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 6px;
-x-offset: 6px;
}
/* App Grid */

@ -2357,21 +2357,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 2px;
margin-bottom: 12px;
margin: 0 2px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 4px 8px;
margin: 4px 2px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 6px;
-x-offset: 6px;
}
/* App Grid */

@ -2357,21 +2357,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 4px;
margin-bottom: 12px;
margin: 0 4px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 6px 12px;
margin: 8px 4px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 12px;
-x-offset: 8px;
}
/* App Grid */

@ -2357,21 +2357,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 4px;
margin-bottom: 12px;
margin: 0 4px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 6px 12px;
margin: 8px 4px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 12px;
-x-offset: 8px;
}
/* App Grid */

@ -2704,21 +2704,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 2px;
margin-bottom: 12px;
margin: 0 2px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 4px 8px;
margin: 4px 2px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 6px;
-x-offset: 6px;
}
/* App Grid */

@ -2708,21 +2708,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 2px;
margin-bottom: 12px;
margin: 0 2px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 4px 8px;
margin: 4px 2px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 6px;
-x-offset: 6px;
}
/* App Grid */

@ -2708,21 +2708,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 4px;
margin-bottom: 12px;
margin: 0 4px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 6px 12px;
margin: 8px 4px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 12px;
-x-offset: 8px;
}
/* App Grid */

@ -2704,21 +2704,20 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 0 4px;
margin-bottom: 12px;
margin: 0 4px 12px;
background-color: rgba(255, 255, 255, 0.15);
}
.dash-label {
border-radius: 9999px;
padding: 6px 12px;
margin: 8px 4px;
color: white;
background-color: rgba(0, 0, 0, 0.75);
border: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.32);
text-align: center;
-y-offset: 0;
-y-offset: 12px;
-x-offset: 8px;
}
/* App Grid */

Loading…
Cancel
Save