remove focus outline on feedtree label
This commit is contained in:
parent
ad61bdc46c
commit
4128abee48
|
@ -855,6 +855,10 @@ div.fatalError textarea {
|
|||
font-weight : bold;
|
||||
}
|
||||
|
||||
.dijitTreeLabel {
|
||||
outline : 0;
|
||||
}
|
||||
|
||||
.feedParam {
|
||||
color : #555;
|
||||
float : right;
|
||||
|
|
Loading…
Reference in New Issue