by roundabout, Saturday, 6 March 2021, 23:31:37 (1615073497), pushed by roundabout, Sunday, 11 May 2025, 13:22:56 (1746969776)
Author identity: nana-4 <hnmaigo@gmail.com>
f37cff50e58ba63f94374111cc6b32b28dcaab1a
src/gtk/sass/_common-3.20.scss
@@ -345,11 +345,6 @@ entry {
// icons inside the entry
image {
// min-height: $small-size;
// min-width: $small-size;
// border-radius: $circular-radius;
// @extend %ripple;
// @include ink-color($on-surface);
color: hint($on-surface);
&:hover,
@@ -3380,10 +3375,7 @@ row {
*/
.app-notification {
// @extend %osd;
@extend %toolbar-osd;
margin: 8px;
button {
src/gtk/sass/apps/_misc.scss
@@ -201,8 +201,6 @@ tooltip.background.chromium {
> frame > border {
// FIXME: On Wayland, translucent colors don't work well here.
// See: https://github.com/nana-4/materia-theme/issues/467
// border-color: stroke($on-surface);
border-color: opacify(stroke($on-surface), $background);
}