fix: opaque channel buttons for mobile

This commit is contained in:
cha0s 2020-07-25 09:59:48 -05:00
parent 1ef834db51
commit 901693ef16

View File

@ -1,3 +1,4 @@
@import '~/client/scss/breakpoints.scss';
@import '~/client/scss/colors.scss';
.channel__item {
@ -63,8 +64,9 @@
background-color: transparent;
border: 0;
color: inherit;
opacity: 0.2;
padding: 0.5em;
@include breakpoint(desktop) {
opacity: 0.2;
.channel:hover & {
opacity: 0.5;
}
@ -73,3 +75,4 @@
opacity: 1;
}
}
}