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
+4
View File
@@ -59,6 +59,10 @@ body.term {
min-width: 62px;
cursor: pointer;
font-weight: bold;
&:focus {
outline: 0 none !important;
}
}
}