mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
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:
parent
fcf41d74cf
commit
8c616e1004
@ -48,14 +48,20 @@ textarea {
|
||||
a {
|
||||
color: @link-color;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
outline-color: #fff;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @link-hover-color;
|
||||
text-decoration: underline;
|
||||
outline: none;
|
||||
outline-color: #fff;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
outline-color: #fff;
|
||||
.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
Loading…
Reference in New Issue
Block a user