mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 11:41:30 +00:00
Prelim: Fix a couple typos in Adwaita reference
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user