Fix outline style

This commit is contained in:
Rafael 2022-02-05 08:43:59 -03:00 committed by Thomas Zarebczan
parent 87523570cf
commit 6bf4add07c

View file

@ -33,8 +33,10 @@
}
}
.MuiOutlinedInput-notchedOutline {
visibility: none;
@media (min-width: $breakpoint-small) {
.MuiOutlinedInput-notchedOutline {
display: none;
}
}
.comment-create--drawer .MuiOutlinedInput-notchedOutline {