mirror of https://github.com/apache/nifi.git
[NIFI-13260] enforce selected border even when component has color applied (#8846)
This closes #8846
This commit is contained in:
parent
226ac9671f
commit
093393a4ab
|
@ -147,7 +147,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
g.component.selected rect.border {
|
g.component.selected rect.border {
|
||||||
stroke: $material-theme-primary-palette-default;
|
stroke: $material-theme-primary-palette-default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
text.stats-label {
|
text.stats-label {
|
||||||
|
|
Loading…
Reference in New Issue