Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extensions/default/InlineColorEditor/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
border: 1px solid #2893ef;
z-index: 911;
}
@media all and (-webkit-min-device-pixel-ratio : 2), (min-device-pixel-ratio : 2) {
@media all and (-webkit-min-device-pixel-ratio : 2) {
.color-editor aside header .large-swatches {
background-image: url("../img/color_thumb_back@2x.png");
}
Expand Down
2 changes: 0 additions & 2 deletions src/extensions/default/InlineTimingFunctionEditor/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
-ms-transform-origin: bottom left;
-o-transform-origin: bottom left;
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
white-space: nowrap;
}

Expand Down Expand Up @@ -231,7 +230,6 @@
-ms-transform-origin: top left;
-o-transform-origin: top left;
-webkit-transform-origin: top left;
transform-origin: top left;
white-space: nowrap;
}

Expand Down
1 change: 0 additions & 1 deletion src/extensions/default/QuickView/QuickView.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: none;

-webkit-transition: opacity 0.125s ease-in, -webkit-transform 0.125s;
transition: opacity 0.125s ease-in, transform 0.125s;

-webkit-transform: scale(0);
transform: scale(0);
Expand Down