Replace link border by outline to avoid slight content shift
This commit is contained in:
parent
b6f3160dbc
commit
2d27f53941
2 changed files with 7 additions and 7 deletions
ui/static
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@ a:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: red;
|
color: red;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 1px dotted #aaa;
|
outline: 1px dotted #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue