mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
2.0 style changes
Attempted to remove the dashed outline around active or focused links. CSS outline property is supposed to control this. However, FF ignores and adds a dashed line anyway. Seems like a FF bug.
This commit is contained in:
@@ -48,14 +48,20 @@ textarea {
|
|||||||
a {
|
a {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
|
outline-color: #fff;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @link-hover-color;
|
color: @link-hover-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
outline: none;
|
||||||
|
outline-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
outline-color: #fff;
|
||||||
.tab-focus();
|
.tab-focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
awx/ui/static/css/ansible-bootstrap.min.css
vendored
2
awx/ui/static/css/ansible-bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user