Skip to content

Commit

Permalink
Fixed CSS statement issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Feb 28, 2020
1 parent 00e8c1f commit 5009253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ a:hover {
}

.highlight-on-hover.remove-site-from-container.disabled-button::after,
.highlight-on-hover.remove-site-from-container.disabled-button span
.highlight-on-hover.remove-site-from-container.disabled-button span,
.highlight-on-hover.add-site-to-container.disabled-button::after,
.highlight-on-hover.add-site-to-container.disabled-button span {
opacity: 0.4;
Expand Down

0 comments on commit 5009253

Please sign in to comment.