Browse Source

Fix button outlines in chrome

master
Pēteris Caune 3 years ago
parent
commit
e1b601928f
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      static/css/base.css

+ 8
- 3
static/css/base.css View File

@ -248,7 +248,12 @@ pre {
}
/* no button outlines in Chrome-- */
.btn-default.active,
.btn-default.active.focus {
.btn.focus,
.btn:focus,
.btn.active,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
outline: 0;
}
}

Loading…
Cancel
Save