Skip to content

Commit d360c2c

Browse files
committed
Fixed two errors spotted in the review.
1 parent 470f65d commit d360c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/console-logger/consolelogger_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
padding: 0;
3939
cursor: pointer;
4040
-o-transition: -o-transform 0.2s;
41-
transition: -o-transform 0.2s;
41+
transition: transform 0.2s;
4242
}
4343

4444
.errors-table > tr.expanded .expander

src/ui-style/debugger_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ d
14391439
background-image: linear-gradient(90deg,
14401440
#c8c8c8 100%,
14411441
#c8c8c8 0),
1442-
linear-gradient(00deg,
1442+
linear-gradient(0deg,
14431443
#c8c8c8 100%,
14441444
#c8c8c8 0);
14451445
background-position: 1px 1px, 5px 5px;

0 commit comments

Comments
 (0)