Minor accessibility improvements

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-09-14 13:55:52 +02:00
parent a48e7f28b0
commit 8c25d3d3ba
4 changed files with 7 additions and 0 deletions

View file

@ -524,6 +524,7 @@ a .account__avatar {
border-radius: 4px;
opacity: 0.7;
white-space: nowrap;
transition: 0.2s;
&:hover {
opacity: 1;

View file

@ -34,6 +34,12 @@
border-radius: 4px;
opacity: 0.7;
&:active,
&:focus,
&:hover {
opacity: 1;
}
&:not(.button-active) i.fa {
margin: 0;
}