Skip to content

Commit

Permalink
i hate specificity! i hate specificity!!
Browse files Browse the repository at this point in the history
  • Loading branch information
plt-amy committed Dec 23, 2024
1 parent 616b686 commit a1a4836
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions support/web/css/components/popup.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div.hover-popup, div.hover-popup.sourceCode {
display: none;
&.popup-hidden { display: none; }
@include widescreen { display: block; }

position: absolute;
Expand Down Expand Up @@ -33,9 +33,6 @@ div.hover-popup, div.hover-popup.sourceCode {
margin-left: 1.25em;
}

.popup-hidden {
display: none;
}

@mixin keyframes-for($dir, $dy) {
@keyframes popup-fade-in-#{$dir} {
Expand Down

0 comments on commit a1a4836

Please sign in to comment.