Skip to content

Commit 3f821b1

Browse files
authored
Remove no longer needed opacity overrides. (#8549)
1 parent 2b021fb commit 3f821b1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pkg/web_css/lib/src/_home.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@
296296

297297
&:hover,
298298
&:focus-within {
299-
> a { opacity: 1; } // Overrides default a:hover.
300299
.pow-video-overlay-img-active { display: inline-block; }
301300
.pow-video-overlay-img-inactive { display: none; }
302301
}

pkg/web_css/lib/src/_scores.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
font-family: var(--pub-font-family-body);
1212

13-
&:hover {
14-
opacity: 1.0;
15-
}
16-
1713
.packages-score {
1814
min-width: 45px;
1915

0 commit comments

Comments
 (0)