by roundabout, Saturday, 3 April 2021, 00:07:59 (1617408479), pushed by roundabout, Sunday, 11 May 2025, 13:23:03 (1746969783)
Author identity: nana-4 <hnmaigo@gmail.com>
57bf58b218352bfff4c806500358556c044deff4
src/gtk-3.0/sass/_common.scss
@@ -1,4 +1,3 @@
@use "sass:color";
@use "../../theme";
@use "../../theme-color";
@use "drawing";
@@ -64,11 +63,11 @@
color: theme-color.$on-surface;
&:hover {
background-color: color.adjust(theme-color.$surface-z0, $lightness: -5%);
background-color: theme-color.hover-overlay(theme-color.$on-surface, $on: theme-color.$surface-z0);
}
&:active {
background-color: color.adjust(theme-color.$surface-z0, $lightness: -10%);
background-color: theme-color.pressed-overlay(theme-color.$on-surface, $on: theme-color.$surface-z0);
}
&:disabled {