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