Fixed issues

pull/218/merge
vinceliuice 4 years ago
parent fd1e1a13dd
commit 12b4360106

@ -3726,11 +3726,11 @@ cursor-handle {
padding-bottom: 2px;
padding-left: 8px;
padding-right: 8px;
border: solid 1px $divider;
border-radius: $corner-radius + 1px;
border-radius: 8px;
box-shadow: inset 0 -2px $divider;
background-color: $surface;
background-clip: border-box;
color: $text;
font-size: smaller;
}
@ -3746,14 +3746,14 @@ stackswitcher {
border-radius: $circular-radius;
background-color: $overlay-normal;
&.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
> button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: $circular-radius;
background-color: transparent;
&.text-button { min-width: 100px; }
&.text-button:not(.circular) { min-width: 100px; }
&:focus { box-shadow: inset 0 0 0 2px $overlay-focus; }
&:focus:not(:hover) { box-shadow: inset 0 0 0 2px $overlay-focus; }
&:active {
box-shadow: inset 0 0 0 9999px gtkalpha($primary, 0.08);

@ -4025,9 +4025,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px $divider;
border-radius: $corner-radius + 1px;
border-radius: 8px;
box-shadow: inset 0 -2px $divider;
background-color: $surface;
background-clip: border-box;
color: $text;
font-size: smaller;
}

@ -1724,20 +1724,20 @@ window.background.csd {
************/
terminal-window {
&.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
&.background.csd.maximized { border-radius: 0 0 0 0; } // Fixed gnome 3.32 issue: Unable to restore window size after maximization
notebook > header > box {
// Remove hard-coded margin around button(s)
margin: -2px -2px -3px;
&.background.csd.maximized { border-radius: 0; } // Fixed gnome 3.32 issue: Unable to restore window size after maximization
button {
// margin-bottom: -1px;
border-radius: 0;
}
}
// notebook > header > box {
// // Remove hard-coded margin around button(s)
// margin: -2px -2px -3px;
//
// button {
// margin-bottom: -1px;
// border-radius: 0;
// }
// }
}
window.background { // gnome-terminal 3.32 setting

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08);
background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #1A73E8;
color: white;
}
@ -6727,18 +6728,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(255, 255, 255, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12);
background-color: #3C3C3C;
background-clip: border-box;
color: white;
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#3281ea, 0.08);
background-image: radial-gradient(circle, alpha(#3281ea, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #3281ea;
color: white;
}
@ -6723,18 +6724,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(255, 255, 255, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12);
background-color: #3C3C3C;
background-clip: border-box;
color: white;
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#3281ea, 0.08);
background-image: radial-gradient(circle, alpha(#3281ea, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #3281ea;
color: white;
}
@ -6723,18 +6724,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08);
background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #1A73E8;
color: white;
}
@ -6726,18 +6727,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08);
background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #1A73E8;
color: white;
}
@ -6726,18 +6727,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -5111,9 +5111,10 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl)
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}
@ -5130,26 +5131,26 @@ stackswitcher {
background-color: alpha(currentColor, 0.05);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) {
stackswitcher > button:not(.suggested-action):not(.destructive-action) {
margin: 0 0;
border-radius: 9999px;
background-color: transparent;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button {
stackswitcher > button:not(.suggested-action):not(.destructive-action).text-button:not(.circular) {
min-width: 100px;
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus {
stackswitcher > button:not(.suggested-action):not(.destructive-action):focus:not(:hover) {
box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active {
stackswitcher > button:not(.suggested-action):not(.destructive-action):active {
box-shadow: inset 0 0 0 9999px alpha(#1A73E8, 0.08);
background-image: radial-gradient(circle, alpha(#1A73E8, 0.08) 10%, transparent 0%);
}
stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
stackswitcher > button:not(.suggested-action):not(.destructive-action):checked {
background-color: #1A73E8;
color: white;
}
@ -6727,18 +6728,10 @@ window.background.csd > box.vertical > paned.horizontal > scrolledwindow treevie
* Terminal *
************/
terminal-window.background.csd {
border-radius: 0 0 0 0;
border-radius: 0;
}
terminal-window.background.csd.maximized {
border-radius: 0 0 0 0;
}
terminal-window notebook > header > box {
margin: -2px -2px -3px;
}
terminal-window notebook > header > box button {
border-radius: 0;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(255, 255, 255, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12);
background-color: #3C3C3C;
background-clip: border-box;
color: white;
font-size: smaller;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(255, 255, 255, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12);
background-color: #3C3C3C;
background-clip: border-box;
color: white;
font-size: smaller;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 11px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}

@ -4326,9 +4326,10 @@ shortcut > .keycap {
padding-left: 8px;
padding-right: 8px;
border: solid 1px rgba(0, 0, 0, 0.12);
border-radius: 13px;
border-radius: 8px;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
background-color: #FFFFFF;
background-clip: border-box;
color: rgba(0, 0, 0, 0.87);
font-size: smaller;
}

Loading…
Cancel
Save