mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Move outline fix outside of media query
This commit is contained in:
parent
f311d62e7b
commit
bddbbbd512
@ -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{
|
||||
background-color: black !important;
|
||||
border-radius:4px;
|
||||
@ -1953,16 +1965,5 @@ tr td button i {
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user