diff --git a/dist/less/_ui-select.less b/dist/less/_ui-select.less index bac3c1b..e13ddcf 100644 --- a/dist/less/_ui-select.less +++ b/dist/less/_ui-select.less @@ -18,7 +18,8 @@ > span { background-color: @dropdown-link-active-bg !important; border-color: @dropdown-link-active-border-color !important; - color: @dropdown-link-active-color; + color: @dropdown-link-active-color !important; + cursor: default !important; } .text-muted { color: #f5f5f5; diff --git a/dist/origin-web-common.css b/dist/origin-web-common.css index c413fbf..c494ce6 100644 --- a/dist/origin-web-common.css +++ b/dist/origin-web-common.css @@ -487,7 +487,8 @@ div.hopscotch-bubble .hopscotch-nav-button.prev { .ui-select-bootstrap .ui-select-choices-row.active > span { background-color: #0088ce !important; border-color: #0088ce !important; - color: #fff; + color: #fff !important; + cursor: default !important; } .ui-select-bootstrap .ui-select-choices-row.active .text-muted { color: #f5f5f5; diff --git a/src/styles/_ui-select.less b/src/styles/_ui-select.less index bac3c1b..e13ddcf 100644 --- a/src/styles/_ui-select.less +++ b/src/styles/_ui-select.less @@ -18,7 +18,8 @@ > span { background-color: @dropdown-link-active-bg !important; border-color: @dropdown-link-active-border-color !important; - color: @dropdown-link-active-color; + color: @dropdown-link-active-color !important; + cursor: default !important; } .text-muted { color: #f5f5f5;