mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Move outline fix outside of media query
This commit is contained in:
@@ -187,6 +187,18 @@ a:focus {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// removing all the pesky outlines on buttons/links/etc.
|
||||||
|
a:focus,
|
||||||
|
a:active,
|
||||||
|
button:focus,
|
||||||
|
button:active,
|
||||||
|
i:focus,
|
||||||
|
i:active,
|
||||||
|
.btn:focus,
|
||||||
|
.btn:active:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.jqstooltip{
|
.jqstooltip{
|
||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
@@ -1953,16 +1965,5 @@ tr td button i {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// removing all the pesky outlines on buttons/links/etc.
|
|
||||||
a:focus,
|
|
||||||
a:active,
|
|
||||||
button:focus,
|
|
||||||
button:active,
|
|
||||||
i:focus,
|
|
||||||
i:active,
|
|
||||||
.btn:focus,
|
|
||||||
.btn:active:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user