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 {
|
||||
visibility: none;
|
||||
@media (min-width: $breakpoint-small) {
|
||||
.MuiOutlinedInput-notchedOutline {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-create--drawer .MuiOutlinedInput-notchedOutline {
|
||||
|
|
Loading…
Reference in a new issue