diff --git a/bi/widget.js b/bi/widget.js index 54c1276be..9d27e764f 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -13603,7 +13603,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value, diff --git a/docs/widget.js b/docs/widget.js index 54c1276be..9d27e764f 100644 --- a/docs/widget.js +++ b/docs/widget.js @@ -13603,7 +13603,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value, diff --git a/src/widget/pathchooser/pathregion.js b/src/widget/pathchooser/pathregion.js index c3a9e5e33..de0a9c090 100644 --- a/src/widget/pathchooser/pathregion.js +++ b/src/widget/pathchooser/pathregion.js @@ -46,7 +46,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value,