red discord icon badge is now hidden when focus is triggered

This commit is contained in:
Jack 2020-05-22 12:09:37 +01:00
parent d04133446a
commit 2cf4f4f3a6

View file

@ -353,7 +353,8 @@ a:hover {
border-radius: var(--roundness);
&.discord{
position: relative;
&::after{
&::after{
transition: .25s;
width: .5rem;
height: .5rem;
content: "";
@ -374,6 +375,9 @@ a:hover {
}
}
#top.focus #menu .button.discord::after{
background: transparent;
}
#menu .button .icon {
display: grid;