Gnome: Fix shell log because of double values for box-shadow

This commit is contained in:
EliverLara
2020-11-15 13:47:12 -06:00
parent ba90356ed2
commit 0835c3790b
2 changed files with 16 additions and 22 deletions

View File

@@ -4,17 +4,11 @@
// drawing of depth/shadows // drawing of depth/shadows
$depth: 0 1px 2px rgba(0, 0, 0, 0.10), $depth: 0 1px 2px rgba(0, 0, 0, 0.10);
0 2px 3px rgba(0, 0, 0, 0.22); $depth2: 0 1px 2px rgba(0, 0, 0, 0.15);
$depth2: 0 1px 2px rgba(0, 0, 0, 0.15), $depth3: inset 0 1px 1px rgba(0, 0, 0, 0.06);
0 2px 3px rgba(0, 0, 0, 0.30); $depth4: inset 0 1px 2px rgba(0, 0, 0, 0.10);
$depth3: inset 0 1px 1px rgba(0, 0, 0, 0.06), $depth5: inset 0 1px 2px rgba(0, 0, 0, 0.15);
inset 0 1px 2px rgba(0, 0, 0, 0.20),
0px 1px 0px 0px rgba(255, 255, 255, 0.15);
$depth4: inset 0 1px 2px rgba(0, 0, 0, 0.10),
inset 0 2px 3px rgba(0, 0, 0, 0.22);
$depth5: inset 0 1px 2px rgba(0, 0, 0, 0.15),
inset 0 2px 3px rgba(0, 0, 0, 0.30);
$depth6: 0 2px 4px 2px transparentize(black, 0.8); $depth6: 0 2px 4px 2px transparentize(black, 0.8);
// generic drawing of more complex things // generic drawing of more complex things

View File

@@ -29,7 +29,7 @@ stage {
.button:insensitive { .button:insensitive {
color: #51565d; color: #51565d;
background-color: rgba(30, 31, 35, 0.66); background-color: rgba(30, 31, 35, 0.66);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.22); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
border: none; border: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
@@ -57,7 +57,7 @@ stage {
.modal-dialog-linked-button:insensitive { .modal-dialog-linked-button:insensitive {
color: #51565d; color: #51565d;
background-color: rgba(30, 31, 35, 0.66); background-color: rgba(30, 31, 35, 0.66);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.22); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
border: none; border: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }
@@ -96,7 +96,7 @@ stage {
StEntry { StEntry {
background-color: #202026; background-color: #202026;
border-color: #161819; border-color: #161819;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
border-radius: 2px; border-radius: 2px;
padding: 4px; padding: 4px;
border-width: 0; border-width: 0;
@@ -104,10 +104,10 @@ StEntry {
selection-background-color: #f7b922; selection-background-color: #f7b922;
selected-color: #f7f7f7; } selected-color: #f7f7f7; }
StEntry:focus { StEntry:focus {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
StEntry:insensitive { StEntry:insensitive {
color: #51565d; color: #51565d;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
StEntry StIcon.capslock-warning { StEntry StIcon.capslock-warning {
icon-size: 16px; icon-size: 16px;
warning-color: #f47d49; warning-color: #f47d49;
@@ -1278,12 +1278,12 @@ StScrollBar {
border: none; border: none;
color: #929ba8; color: #929ba8;
background-color: rgba(16, 16, 19, 0.6); background-color: rgba(16, 16, 19, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.search-entry:focus { .search-entry:focus {
border-width: 0; border-width: 0;
color: #929ba8; color: #929ba8;
background-color: rgba(16, 16, 19, 0.8); background-color: rgba(16, 16, 19, 0.8);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.3); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
.search-entry .search-entry-icon { .search-entry .search-entry-icon {
icon-size: 1em; icon-size: 1em;
padding: 0 4px; padding: 0 4px;
@@ -1428,7 +1428,7 @@ StScrollBar {
.grid-search-result:active .overview-icon, .grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon { .grid-search-result:checked .overview-icon {
background-color: rgba(0, 0, 0, 0.85); background-color: rgba(0, 0, 0, 0.85);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
color: #929ba8; } color: #929ba8; }
.app-well-app:hover .overview-icon, .app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon, .app-well-app:focus .overview-icon,
@@ -1466,7 +1466,7 @@ StScrollBar {
border: none; border: none;
transition-duration: 100ms; transition-duration: 100ms;
text-align: center; text-align: center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); } box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.app-well-app.app-folder > .overview-icon { .app-well-app.app-folder > .overview-icon {
background-color: rgba(16, 16, 19, 0.35); } background-color: rgba(16, 16, 19, 0.35); }
@@ -1528,7 +1528,7 @@ StScrollBar {
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 4px solid rgba(247, 185, 34, 0.5); border: 4px solid rgba(247, 185, 34, 0.5);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.22); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
padding: 0; } padding: 0; }
.search-display > StBoxLayout, .search-display > StBoxLayout,
@@ -1821,7 +1821,7 @@ StScrollBar {
.login-dialog .modal-dialog-button:default:insensitive { .login-dialog .modal-dialog-button:default:insensitive {
color: #51565d; color: #51565d;
background-color: rgba(30, 31, 35, 0.66); background-color: rgba(30, 31, 35, 0.66);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.22); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
border: none; border: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } icon-shadow: none; }