forked from mirrors/gecko-dev
Bug 1765639 - removed rule for .pictureInPictureToggleButton r=kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D144355
This commit is contained in:
parent
15a2d0ecd8
commit
5ef296866c
1 changed files with 0 additions and 9 deletions
|
|
@ -33,8 +33,6 @@
|
||||||
--thumb-size: 13px;
|
--thumb-size: 13px;
|
||||||
--label-font-size: 13px;
|
--label-font-size: 13px;
|
||||||
--pip-toggle-padding: 5px;
|
--pip-toggle-padding: 5px;
|
||||||
--pip-toggle-icon-width-height: 16px;
|
|
||||||
--pip-toggle-translate-x: calc(100% - var(--pip-toggle-icon-width-height) - 2 * var(--pip-toggle-padding));
|
|
||||||
--control-focus-outline: 2px solid #00DDFF;
|
--control-focus-outline: 2px solid #00DDFF;
|
||||||
--control-focus-outline-offset: -2px;
|
--control-focus-outline-offset: -2px;
|
||||||
|
|
||||||
|
|
@ -497,13 +495,6 @@
|
||||||
margin-inline-start: var(--pip-toggle-padding);
|
margin-inline-start: var(--pip-toggle-padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports -moz-bool-pref("media.videocontrols.picture-in-picture.video-toggle.testing") {
|
|
||||||
/**
|
|
||||||
* To make automated tests faster, we drop the transition duration in
|
|
||||||
* testing mode.
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Overlay Play button */
|
/* Overlay Play button */
|
||||||
.clickToPlay {
|
.clickToPlay {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue