Revert "Gnome-Shell: Update 3.37.92: prepare for update 3.38"

This reverts commit ea2d98d25fae7c92a301ca3b99c84759d312a95a.
This commit is contained in:
Daniel Ruiz de Alegría 2020-09-17 14:42:04 +02:00
parent 514cae91f3
commit ab9324cffa
11 changed files with 27 additions and 166 deletions

View File

@ -540,55 +540,11 @@ StScrollBar {
height: 1.8em;
width: 2.3em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: #1e2128;
color: #fafaf9; }
/* Events */
.events-button {
border-width: 1px;
border-style: solid;
border-radius: 7px;
margin: 4px;
color: #eeeeec;
background-color: #292c37;
border-color: #1a1c23;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
padding: 12px; }
.events-button:focus {
color: #eeeeec;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); }
.events-button:hover {
color: #eeeeec;
background-color: #2e313d;
border-color: #1a1c23;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.events-button:active {
color: #eeeeec;
background-color: #1c1e25;
border-color: #0b0b0e;
text-shadow: none;
icon-shadow: none;
box-shadow: none; }
.events-button .events-box {
spacing: 6px; }
.events-button .events-list {
spacing: 12px; }
.events-button .events-title {
color: #878787;
font-weight: bold;
margin-bottom: 4px; }
.events-button .event-time {
color: #bebeb6;
font-feature-settings: "tnum";
font-size: 10pt; }
/* World clocks */
.world-clocks-button {
border-width: 1px;
@ -852,7 +808,7 @@ StScrollBar {
.candidate-page-button-icon {
icon-size: 1em; }
/* Notifications & Message Tray */
/* Notifications & Mesage Tray */
.notification-banner {
min-height: 64px;
width: 34em; }
@ -935,7 +891,7 @@ StScrollBar {
text-align: center;
font-size: 18pt;
font-weight: 800; }
.message-dialog-content .message-dialog-title.lightweight {
.message-dialog-content .message-dialog-title.leightweight {
font-size: 13pt;
font-weight: 800; }
.message-dialog-content .message-dialog-description {
@ -1278,7 +1234,8 @@ StScrollBar {
/* Window Picker */
.window-picker {
spacing: 6px;
-horizontal-spacing: 12px;
-vertical-spacing: 12px;
padding: 12px; }
.window-picker.external-monitor {
padding: 12px; }
@ -1307,7 +1264,8 @@ StScrollBar {
padding: 3px;
height: 24px;
width: 24px;
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
-shell-close-overlap: 12px; }
.window-close:hover {
background-color: #4187ff; }
.window-close:active {
@ -1368,9 +1326,6 @@ StScrollBar {
.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked {
background-color: rgba(26, 28, 35, 0.9); }
.grid-search-results {
spacing: 36px; }
.search-provider-icon .list-search-provider-content {
spacing: 12px; }
.search-provider-icon .list-search-provider-content .list-search-provider-details {
@ -1876,13 +1831,6 @@ StScrollBar {
.lg-dialog .shell-link:active {
color: #5a97ff; }
.lg-dialog .actor-link {
color: #ccc; }
.lg-dialog .actor-link:hover {
color: white; }
.lg-dialog .actor-link:active {
color: #999999; }
.lg-completions-text {
font-size: .9em;
font-style: italic; }

View File

@ -539,55 +539,11 @@ StScrollBar {
height: 1.8em;
width: 2.3em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: #fafafa;
color: #686d7a; }
/* Events */
.events-button {
border-width: 1px;
border-style: solid;
border-radius: 7px;
margin: 4px;
color: #5c616c;
background-color: white;
border-color: #d1d1d1;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3);
padding: 12px; }
.events-button:focus {
color: #5c616c;
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 0 2px rgba(39, 119, 255, 0.6); }
.events-button:hover {
color: #5c616c;
background-color: white;
border-color: #d1d1d1;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.3);
icon-shadow: 0 1px rgba(255, 255, 255, 0.3); }
.events-button:active {
color: #5c616c;
background-color: #f7f7f7;
border-color: #d1d1d1;
text-shadow: none;
icon-shadow: none;
box-shadow: none; }
.events-button .events-box {
spacing: 6px; }
.events-button .events-list {
spacing: 12px; }
.events-button .events-title {
color: black;
font-weight: bold;
margin-bottom: 4px; }
.events-button .event-time {
color: #2d3035;
font-feature-settings: "tnum";
font-size: 10pt; }
/* World clocks */
.world-clocks-button {
border-width: 1px;
@ -851,7 +807,7 @@ StScrollBar {
.candidate-page-button-icon {
icon-size: 1em; }
/* Notifications & Message Tray */
/* Notifications & Mesage Tray */
.notification-banner {
min-height: 64px;
width: 34em; }
@ -934,7 +890,7 @@ StScrollBar {
text-align: center;
font-size: 18pt;
font-weight: 800; }
.message-dialog-content .message-dialog-title.lightweight {
.message-dialog-content .message-dialog-title.leightweight {
font-size: 13pt;
font-weight: 800; }
.message-dialog-content .message-dialog-description {
@ -1277,7 +1233,8 @@ StScrollBar {
/* Window Picker */
.window-picker {
spacing: 6px;
-horizontal-spacing: 12px;
-vertical-spacing: 12px;
padding: 12px; }
.window-picker.external-monitor {
padding: 12px; }
@ -1306,7 +1263,8 @@ StScrollBar {
padding: 3px;
height: 24px;
width: 24px;
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
-shell-close-overlap: 12px; }
.window-close:hover {
background-color: #4187ff; }
.window-close:active {
@ -1367,9 +1325,6 @@ StScrollBar {
.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked {
background-color: rgba(26, 28, 35, 0.9); }
.grid-search-results {
spacing: 36px; }
.search-provider-icon .list-search-provider-content {
spacing: 12px; }
.search-provider-icon .list-search-provider-content .list-search-provider-details {
@ -1875,13 +1830,6 @@ StScrollBar {
.lg-dialog .shell-link:active {
color: #0047c0; }
.lg-dialog .actor-link {
color: #ccc; }
.lg-dialog .actor-link:hover {
color: white; }
.lg-dialog .actor-link:active {
color: #999999; }
.lg-completions-text {
font-size: .9em;
font-style: italic; }

View File

@ -79,7 +79,7 @@
@function draw_button_hilight_color($c) {
//
// calculate the right top highlight color for buttons
// calculate the right top hilight color for buttons
//
// $c: base color;
//

View File

@ -170,38 +170,13 @@
height: 1.8em;
width: 2.3em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: darken($bg_color, 2%);
color: lighten($fg_color, 5%);
}
}
/* Events */
.events-button {
@include notification_bubble;
padding: $base_padding * 2;
.events-box {
spacing: $base_spacing;
}
.events-list {
spacing: 2 * $base_spacing;
}
.events-title {
color: desaturate(darken($fg_color,40%), 10%);
font-weight: bold;
margin-bottom: $base_margin;
}
.event-time {
color: darken($fg_color,20%);
font-feature-settings: "tnum";
@include fontsize($base_font_size - 1);
}
}
/* World clocks */
.world-clocks-button {
@include notification_bubble;

View File

@ -38,7 +38,7 @@
font-size: 18pt;
font-weight: 800;
&.lightweight {
&.leightweight {
font-size: 13pt;
font-weight: 800;
}

View File

@ -1,7 +1,5 @@
/* Looking Glass */
$text_fg_color: #ccc;
// Dialog
#LookingGlassDialog {
background-color: $osd_bg_color;
@ -54,11 +52,6 @@ $text_fg_color: #ccc;
&:hover { color: lighten($link_color, 10%); }
&:active { color: darken($link_color, 10%); }
}
.actor-link {
color: $text_fg_color;
&:hover { color: lighten($text_fg_color, 20%); }
&:active { color: darken($text_fg_color, 20%); }
}
}
.lg-completions-text {

View File

@ -1,4 +1,4 @@
/* Notifications & Message Tray */
/* Notifications & Mesage Tray */
$notification_banner_height: 64px;
$notification_banner_width: 34em;

View File

@ -54,10 +54,6 @@
@extend %status_text;
}
.grid-search-results {
spacing: $base_spacing * 6;
}
// Search results with icons
.grid-search-result {
@extend %app-well-app;

View File

@ -16,7 +16,7 @@ $slider_size: 15px;
-barlevel-overdrive-color: $destructive_color;
-barlevel-overdrive-border-color: if($variant == 'light', darken($destructive_color, 4%), lighten($destructive_color, 2%)); //trough border when red;
-barlevel-overdrive-separator-width:1px;
// slider handler
// slider hander
-slider-handle-radius: $slider_size * 0.5; // half the size of the size
-slider-handle-border-width: 1px;
-slider-handle-border-color: if($variant == 'light', $borders_color, $fg_color);

View File

@ -1,20 +1,19 @@
/* Window Picker */
$window_picker_spacing: $base_spacing; // 6px
$window_picker_padding: $base_padding * 2; // 12px
$window_picker_spacing: $base_spacing * 2; // 16px
$window_picker_padding: $base_padding * 2; // 16px
$window_thumbnail_border_color:transparentize($selected_fg_color, 0.65);
$window_close_button_size: 24px;
$window_close_button_padding: 3px;
$window_clone_border_size: 6px;
// Window picker
.window-picker {
// Space between window thumbnails
spacing: $window_picker_spacing;
-horizontal-spacing: $window_picker_spacing;
-vertical-spacing: $window_picker_spacing;
// Padding for container around window thumbnails
padding: $window_picker_padding;
@ -23,7 +22,7 @@ $window_clone_border_size: 6px;
// Borders on window thumbnails
.window-clone-border {
border-width: $window_clone_border_size;
border-width: 6px;
border-style: solid;
border-color: $window_thumbnail_border_color;
border-radius: $base_border_radius + 2;
@ -55,6 +54,8 @@ $window_clone_border_size: 6px;
width: $window_close_button_size;
box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.5);
-shell-close-overlap: $window_close_button_size * 0.5;
&:hover {
background-color: lighten($selected_bg_color, 5%);
}

View File

@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
RESET='\033[0m'
VERSION=3.37.92
VERSION=3.36.5
echo
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"