mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
removing outlines on buttons and links
This commit is contained in:
parent
bfb4ccf266
commit
be7f27af0d
@ -30,10 +30,7 @@
|
||||
// WebKit-style focus
|
||||
.tab-focus() {
|
||||
// Default
|
||||
outline: thin dotted;
|
||||
// WebKit
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
// Center-align a block level element
|
||||
|
||||
@ -1951,4 +1951,16 @@ 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