Fix outline style
This commit is contained in:
parent
87523570cf
commit
6bf4add07c
1 changed files with 4 additions and 2 deletions
|
@ -33,8 +33,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiOutlinedInput-notchedOutline {
|
@media (min-width: $breakpoint-small) {
|
||||||
visibility: none;
|
.MuiOutlinedInput-notchedOutline {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-create--drawer .MuiOutlinedInput-notchedOutline {
|
.comment-create--drawer .MuiOutlinedInput-notchedOutline {
|
||||||
|
|
Loading…
Reference in a new issue