Removed outline for textarea
This commit is contained in:
parent
2c455d26f3
commit
6495bceb65
@ -37,6 +37,10 @@ textarea {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
background-color: #f0932b;
|
background-color: #f0932b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user