Browse Source

Replace link border by outline to avoid slight content shift

Frédéric Guillot 6 years ago
parent
commit
2d27f53941
2 changed files with 1 additions and 1 deletions
  1. 0 0
      ui/static/css.go
  2. 1 1
      ui/static/css/common.css

File diff suppressed because it is too large
+ 0 - 0
ui/static/css.go


+ 1 - 1
ui/static/css/common.css

@@ -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 {

Some files were not shown because too many files changed in this diff