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
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,7 @@ a:focus {
|
|||
outline: 0;
|
||||
color: red;
|
||||
text-decoration: none;
|
||||
border: 1px dotted #aaa;
|
||||
outline: 1px dotted #aaa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in a new issue