fix: opaque channel buttons for mobile
This commit is contained in:
parent
1ef834db51
commit
901693ef16
|
@ -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;
|
||||
}
|
||||
|
@ -72,4 +74,5 @@
|
|||
background-color: rgba(255, 255, 255, 0.1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user