mirror of https://github.com/apache/nifi.git
[NIFI-3459] remove blue higlighting from bread crumbs
This closes #1500.
This commit is contained in:
parent
1e5570d9b0
commit
febe6da4a2
|
@ -294,6 +294,10 @@ div.ajax-error:before {
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
span.link:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
span.link {
|
||||
cursor: pointer;
|
||||
color: #004849; /*link-color*/
|
||||
|
|
Loading…
Reference in New Issue