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 4cd6edf commit 59bcce9Copy full SHA for 59bcce9
src/ecma-debugger/eventlisteners/evlisteners.css
@@ -1,4 +1,4 @@
1
-.ev-rt-list>li
+.ev-rt-list > li
2
{
3
margin-bottom: 6px;
4
}
@@ -46,7 +46,7 @@
46
47
box-shadow: none;
48
color: #fff;
49
- background-color: rgba(82, 122, 204, 0.553);
+ background-color: rgba(82, 122, 204, 0.55);
50
51
52
.ev-listener::after
@@ -65,7 +65,7 @@
65
background-color: hsla(0, 0%, 0%, 0.04);
66
padding: 2px 8px;
67
border-width: 1px 0;
68
- margin: 5px 0px 1px;
+ margin: 5px 0 1px;
69
70
71
.ev-listener-tooltip .ev-type
@@ -98,7 +98,7 @@
98
99
.ev-rt-list .ev-rt-title
100
101
- margin-left: 0px;
+ margin-left: 0;
102
103
104
.tooltip-function-source .js-tooltip-examine-container
0 commit comments