Skip to content

Commit 4cd6edf

Browse files
author
Tony Nedyalkov
committed
Style update for the Ev. Listener
1 parent 8b7b0f3 commit 4cd6edf

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

src/ecma-debugger/eventlisteners/evlisteners.css

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
.ev-rt-list
1+
.ev-rt-list>li
22
{
3-
margin-top: 5px;
4-
}
5-
6-
.ev-type-list
7-
{
8-
margin: 0;
3+
margin-bottom: 6px;
94
}
105

116
.ev-listener-tooltip
@@ -39,17 +34,21 @@
3934

4035
.ev-listener
4136
{
42-
display: inline-block;
43-
height: 12px;
44-
line-height: 12px;
45-
vertical-align: middle;
37+
4638
margin-left: 3px;
4739
padding: 0 2px;
48-
background-color: hsl(0, 0%, 70%);
40+
background-color: rgba(0, 0, 0, 0.29);
4941
color: #fff;
5042
border-radius: 2px;
5143
}
5244

45+
.ev-listener.tooltip-selected
46+
{
47+
box-shadow: none;
48+
color: #fff;
49+
background-color: rgba(82, 122, 204, 0.553);
50+
}
51+
5352
.ev-listener::after
5453
{
5554
content: "ev";
@@ -97,6 +96,11 @@
9796
margin-left: 12px;
9897
}
9998

99+
.ev-rt-list .ev-rt-title
100+
{
101+
margin-left: 0px;
102+
}
103+
100104
.tooltip-function-source .js-tooltip-examine-container
101105
{
102106
padding: 0;
-1.58 KB
Loading

0 commit comments

Comments
 (0)