Prelim: Fix a couple typos in Adwaita reference

This commit is contained in:
Rory Fewell
2022-08-04 21:26:52 +01:00
committed by Rory Fewell
parent 7287d479e3
commit b79e320502
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ button
{
@include button(undecorated);
// To avoid adiacent buttons borders clashing when transitioning, the
// To avoid adjacent buttons borders clashing when transitioning, the
// transition on the normal state is set to none, while it's added back in
// the hover state, so the button decoration will fade in on hover, but it
// won't fade out when the pointer leave the button allocation area. To

View File

@@ -59,7 +59,7 @@
@if $t == insensitive
{
background-color: $insensitive_bg_color;
border-color: $borders-color;
border-color: $borders_color;
box-shadow: $_entry_edge;
color: $insensitive_fg_color;
}