by roundabout, Saturday, 24 December 2016, 03:02:50 (1482548570), pushed by roundabout, Sunday, 11 May 2025, 13:22:04 (1746969724)
Author identity: nana-4 <hnmaigo@gmail.com>
2439df8d3c466f2d0c3e5d64030576df2c02b268
src/gtk-3.0/3.18/gtk-dark.css
@@ -1824,6 +1824,9 @@ GtkInfoBar {
GtkColorSwatch {
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
GtkColorSwatch:insensitive {
opacity: 0.4;
box-shadow: none; }
GtkColorSwatch.top {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
src/gtk-3.0/3.18/gtk-light.css
@@ -1824,6 +1824,9 @@ GtkInfoBar {
GtkColorSwatch {
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
GtkColorSwatch:insensitive {
opacity: 0.4;
box-shadow: none; }
GtkColorSwatch.top {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
src/gtk-3.0/3.18/gtk.css
@@ -1824,6 +1824,9 @@ GtkInfoBar {
GtkColorSwatch {
transition: box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
GtkColorSwatch:insensitive {
opacity: 0.4;
box-shadow: none; }
GtkColorSwatch.top {
border-top-left-radius: 2px;
border-top-right-radius: 2px; }
src/gtk-3.0/3.18/sass/_common.scss
@@ -2074,6 +2074,10 @@ GtkColorSwatch {
// we need to re-set the shadow here since it get axed by the previous bit
&:selected { }
&:insensitive {
opacity: $disabled_opacity;
box-shadow: none;
}
// base color corners rounding
// to avoid the artifacts caused by rounded corner anti-aliasing the base color