roundabout,
created on Tuesday, 29 November 2022, 05:27:07 (1669699627),
received on Sunday, 11 May 2025, 13:23:04 (1746969784)
Author identity: GitHub <noreply@github.com>
eb83bc174fad52cba9541efa78587664ca19542c
src/gtk-3.0/sass/apps/_misc.scss
@@ -1,3 +1,4 @@
@use "sass:color";
@use "../../../theme";
@use "../../../theme-color";
@use "../../../shadow";
@@ -133,6 +134,10 @@ window.background.chromium {
> button {
color: theme-color.$primary;
// Source: https://github.com/heldplayer/materia-theme-custom/commit/93af85f1c775745e46f92673bc55edf39b179579
$this-border-color: theme-color.stroke(theme-color.$on-surface);
border-color: color.mix(rgba($this-border-color, 1), theme-color.$surface-z8, color.alpha($this-border-color) * 100%);
&:disabled {
color: theme-color.disabled-hint(theme-color.$on-surface);
}