aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss9
-rw-r--r--web/cobrands/sass/_report_list_pins.scss2
2 files changed, 4 insertions, 7 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 7937139a0..6fc63d9f0 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1194,13 +1194,10 @@ input.final-submit {
// that appears in Inspector form, when closing a report as a duplicate.
.item-list--inspect-duplicates {
border-bottom: none;
+ background-color: rgba(255, 255, 255, 0.5);
- .item-list__item {
- background-color: rgba(255, 255, 255, 0.5);
- }
-
- .item-list--reports__item--selected,
- .js & .item-list--reports__item--selected.expanded:hover {
+ .item-list__item--selected,
+ .js & .item-list__item--selected.expanded:hover {
border: 0.25em solid $primary;
background-color: #fff;
}
diff --git a/web/cobrands/sass/_report_list_pins.scss b/web/cobrands/sass/_report_list_pins.scss
index 55ef1cf56..f6fcb46f9 100644
--- a/web/cobrands/sass/_report_list_pins.scss
+++ b/web/cobrands/sass/_report_list_pins.scss
@@ -27,7 +27,7 @@ $pin_prefix: '/i/' !default;
background-image: url('#{$pin_prefix}pin-orange-small.png');
}
}
-.item-list--reports__item--selected {
+.item-list__item--selected {
background: $base_bg;
a, a:hover, a:focus {