diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index 056f38a4b..be3619984 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -9,7 +9,7 @@ } a, - span { + &-selected-item { display: block; float: left; box-sizing: border-box; @@ -45,7 +45,7 @@ } } - span { + &-selected-item { border: 2px solid $black; outline: 1px solid rgba($white, 0.1); position: relative; diff --git a/app/templates/components/pill.html b/app/templates/components/pill.html index 498c32bd5..efd895069 100644 --- a/app/templates/components/pill.html +++ b/app/templates/components/pill.html @@ -9,15 +9,15 @@ {% for label, option, link, count in items %} {% if current_value == option %}