mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
[Ivan Diaz] - Remove Input outline on focus, add it for button
This commit is contained in:
parent
e0af6cf0ea
commit
3c36f93a9d
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-primary {
|
&-primary {
|
||||||
background-color: $primary-red;
|
background-color: $primary-red;
|
||||||
border: solid transparent;
|
border: solid transparent;
|
||||||
|
@ -8,4 +8,9 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
border-color: $dark-grey;
|
border-color: $dark-grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
border-color: $primary-blue;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user