1
0
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-30 22:11:41 +01:00

Change disabled buttons color in light mode to make it more visible ()

This commit is contained in:
Renaud Chaput 2024-07-11 15:43:42 +02:00 committed by GitHub
parent 6c37529723
commit 8c8bee5a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,6 +48,10 @@ html {
}
}
.icon-button:disabled {
color: darken($action-button-color, 25%);
}
.account__header__bar .avatar .account__avatar {
border-color: $white;
}