roundabout,
created on Sunday, 10 July 2016, 09:25:45 (1468142745),
received on Sunday, 11 May 2025, 13:21:57 (1746969717)
Author identity: nana-4 <hnmaigo@gmail.com>
79df0e2fbdbd74365a7cd8a374b98aac5daef6db
gtk-3.0/_common.scss
@@ -1844,11 +1844,6 @@ switch {
margin: -4px 0 -4px -4px;
-gtk-outline-radius: 100px;
border-radius: 100px;
background-image: -gtk-gradient(radial,
center center, 0,
center center, 0.5,
to(transparent),
to(transparent));
}
&:hover slider { @include entry(focus); }
@@ -1856,10 +1851,10 @@ switch {
&:disabled slider { @include entry(insensitive); }
&:checked slider {
transition: $material_transition, margin 0, background-image 0;
animation: needs_attention $material_slower $material_ease_out forwards;
transition: $material_transition, margin 0, background-image 0, background-color 0 $material_slower;
animation: needs_attention $material_slower $material_ease_out;
margin: -4px -4px -4px 0;
// background-color: $accent_bg_color;
background-color: $accent_bg_color;
color: $selected_fg_color;
}
gtk-3.0/gtk-dark.css
@@ -1575,8 +1575,7 @@ switch {
min-height: 24px;
margin: -4px 0 -4px -4px;
-gtk-outline-radius: 100px;
border-radius: 100px;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)); }
border-radius: 100px; }
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
@@ -1585,9 +1584,10 @@ switch {
background-color: #4d646f;
color: rgba(255, 255, 255, 0.4); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), color 0, margin 0, background-image 0;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), color 0, margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:checked:disabled slider {
animation: none; }
gtk-3.0/gtk.css
@@ -1575,8 +1575,7 @@ switch {
min-height: 24px;
margin: -4px 0 -4px -4px;
-gtk-outline-radius: 100px;
border-radius: 100px;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(transparent), to(transparent)); }
border-radius: 100px; }
switch:hover slider {
border-image: none;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); }
@@ -1585,9 +1584,10 @@ switch {
background-color: #fafafa;
color: rgba(0, 0, 0, 0.32); }
switch:checked slider {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), color 0, margin 0, background-image 0;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), color 0, margin 0, background-image 0, background-color 0 0.3s;
animation: needs_attention 0.3s cubic-bezier(0, 0, 0.2, 1);
margin: -4px -4px -4px 0;
background-color: #FF4081;
color: #FFFFFF; }
switch:checked:disabled slider {
animation: none; }