removed outline from term buttons

This commit is contained in:
2017-09-06 14:24:02 +02:00
parent 9fa9cb0ca2
commit 6d98d2c6da
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -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;
+4
View File
@@ -59,6 +59,10 @@ body.term {
min-width: 62px;
cursor: pointer;
font-weight: bold;
&:focus {
outline: 0 none !important;
}
}
}