Skip to content

Commit 59bcce9

Browse files
author
Tony Nedyalkov
committed
Ev. Listener - changes after review
1 parent 4cd6edf commit 59bcce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ecma-debugger/eventlisteners/evlisteners.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.ev-rt-list>li
1+
.ev-rt-list > li
22
{
33
margin-bottom: 6px;
44
}
@@ -46,7 +46,7 @@
4646
{
4747
box-shadow: none;
4848
color: #fff;
49-
background-color: rgba(82, 122, 204, 0.553);
49+
background-color: rgba(82, 122, 204, 0.55);
5050
}
5151

5252
.ev-listener::after
@@ -65,7 +65,7 @@
6565
background-color: hsla(0, 0%, 0%, 0.04);
6666
padding: 2px 8px;
6767
border-width: 1px 0;
68-
margin: 5px 0px 1px;
68+
margin: 5px 0 1px;
6969
}
7070

7171
.ev-listener-tooltip .ev-type
@@ -98,7 +98,7 @@
9898

9999
.ev-rt-list .ev-rt-title
100100
{
101-
margin-left: 0px;
101+
margin-left: 0;
102102
}
103103

104104
.tooltip-function-source .js-tooltip-examine-container

0 commit comments

Comments
 (0)