removed outline from term buttons
This commit is contained in:
@@ -1186,6 +1186,8 @@ body.term #content {
|
|||||||
min-width: 62px;
|
min-width: 62px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
#action-buttons button:focus {
|
||||||
|
outline: 0 none !important; }
|
||||||
|
|
||||||
#term-nav {
|
#term-nav {
|
||||||
padding-top: 1.5em;
|
padding-top: 1.5em;
|
||||||
|
|||||||
@@ -59,6 +59,10 @@ body.term {
|
|||||||
min-width: 62px;
|
min-width: 62px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: 0 none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user