removed outline for button
This commit is contained in:
parent
cbce926f01
commit
a302b8caa3
2 changed files with 8 additions and 4 deletions
|
|
@ -317,8 +317,10 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:focus {
|
.button:focus {
|
||||||
outline: 2px solid #5e8dac;
|
/* outline: 2px solid #5e8dac; */
|
||||||
outline-offset: -2px;
|
outline: 0;
|
||||||
|
border-color: #5e8dac;
|
||||||
|
/* outline-offset: -2px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
|
|
|
||||||
|
|
@ -210,8 +210,10 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:focus {
|
.button:focus {
|
||||||
outline: 2px solid #5e8dac;
|
/* outline: 2px solid #5e8dac; */
|
||||||
outline-offset: -2px;
|
outline: 0;
|
||||||
|
border-color: #5e8dac;
|
||||||
|
/* outline-offset: -2px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue