Skip to content
Snippets Groups Projects
Commit 208aeace authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

form-control:focus

parent ce00fc6d
No related branches found
No related tags found
No related merge requests found
...@@ -94,3 +94,6 @@ body{ ...@@ -94,3 +94,6 @@ body{
.dropdown-item:focus{ .dropdown-item:focus{
background-color: var(--mainColor); background-color: var(--mainColor);
} }
.form-control:focus{
border-color: var(--mainColor);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment