Skip to content

Commit 4f0c38a

Browse files
committed
Bug 1651154 - hiding video playhead from dev tools r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D82591
1 parent 02a1212 commit 4f0c38a

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

browser/components/newtab/content-src/components/DiscoveryStreamComponents/DSCard/_DSCard.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ $excerpt-line-height: 20;
2323
padding: 0 0 0 40px;
2424
position: absolute;
2525
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms;
26-
z-index: 1;
2726

2827
&:hover {
2928
color: $white-100;

browser/components/newtab/css/activity-stream-linux.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,8 +2815,7 @@ main {
28152815
min-width: 40px;
28162816
padding: 0 0 0 40px;
28172817
position: absolute;
2818-
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms;
2819-
z-index: 1; }
2818+
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms; }
28202819
.ds-card .playhead:hover {
28212820
color: white;
28222821
padding: 0 20px 0 40px; }

browser/components/newtab/css/activity-stream-mac.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,8 +2818,7 @@ main {
28182818
min-width: 40px;
28192819
padding: 0 0 0 40px;
28202820
position: absolute;
2821-
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms;
2822-
z-index: 1; }
2821+
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms; }
28232822
.ds-card .playhead:hover {
28242823
color: white;
28252824
padding: 0 20px 0 40px; }

browser/components/newtab/css/activity-stream-windows.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,8 +2815,7 @@ main {
28152815
min-width: 40px;
28162816
padding: 0 0 0 40px;
28172817
position: absolute;
2818-
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms;
2819-
z-index: 1; }
2818+
transition: padding 100ms ease-in-out 0ms, color 100ms linear 100ms; }
28202819
.ds-card .playhead:hover {
28212820
color: white;
28222821
padding: 0 20px 0 40px; }

0 commit comments

Comments
 (0)