removed outline from term buttons

pull/111/merge
Ondřej Hruška 7 years ago
parent 9fa9cb0ca2
commit 6d98d2c6da
  1. 2
      html_orig/css/app.css
  2. 4
      html_orig/sass/pages/_term.scss

@ -1186,6 +1186,8 @@ body.term #content {
min-width: 62px;
cursor: pointer;
font-weight: bold; }
#action-buttons button:focus {
outline: 0 none !important; }
#term-nav {
padding-top: 1.5em;

@ -59,6 +59,10 @@ body.term {
min-width: 62px;
cursor: pointer;
font-weight: bold;
&:focus {
outline: 0 none !important;
}
}
}

Loading…
Cancel
Save