mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
fix post input outline
This commit is contained in:
@@ -32,6 +32,11 @@
|
|||||||
border: solid gray 1px;
|
border: solid gray 1px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
|
||||||
|
&:focus-within {
|
||||||
|
border-color: mediumpurple;
|
||||||
|
outline: solid mediumpurple 2px;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -44,6 +49,10 @@
|
|||||||
border-radius: 7px 0 0 7px;
|
border-radius: 7px 0 0 7px;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|||||||
Reference in New Issue
Block a user