Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
a48e7f28b0
commit
8c25d3d3ba
4 changed files with 7 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -524,6 +524,7 @@ a .account__avatar {
|
|||
border-radius: 4px;
|
||||
opacity: 0.7;
|
||||
white-space: nowrap;
|
||||
transition: 0.2s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
|
|
@ -34,6 +34,12 @@
|
|||
border-radius: 4px;
|
||||
opacity: 0.7;
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:not(.button-active) i.fa {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue