We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470f65d commit d360c2cCopy full SHA for d360c2c
src/console-logger/consolelogger_style.css
@@ -38,7 +38,7 @@
38
padding: 0;
39
cursor: pointer;
40
-o-transition: -o-transform 0.2s;
41
- transition: -o-transform 0.2s;
+ transition: transform 0.2s;
42
}
43
44
.errors-table > tr.expanded .expander
src/ui-style/debugger_style.css
@@ -1439,7 +1439,7 @@ d
1439
background-image: linear-gradient(90deg,
1440
#c8c8c8 100%,
1441
#c8c8c8 0),
1442
- linear-gradient(00deg,
+ linear-gradient(0deg,
1443
1444
#c8c8c8 0);
1445
background-position: 1px 1px, 5px 5px;
0 commit comments