Skip to content

Commit ee0b0f0

Browse files
authored
fixed icon hover bug (#17951)
1 parent ca383e6 commit ee0b0f0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/views/htmlcontent/src/css/styles.css

+17
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,27 @@
5454
padding: 8px;
5555
background-repeat: no-repeat;
5656
background-position: 0px;
57+
text-decoration: none;
58+
overflow: visible;
59+
}
60+
61+
.icon:focus::after {
62+
content: attr(title);
63+
background-color: #292a2d;
64+
color: #cfd1d4;
65+
border: 1px solid #cfd1d4;
66+
font-size: 95%;
67+
padding:7px;
68+
padding-top: 3px;
69+
padding-bottom: 3px;
70+
text-decoration: none;
71+
z-index: 999999;
72+
position: absolute;
5773
}
5874

5975
.gridIcon {
6076
margin: 5px 5px;
77+
overflow: visible;
6178
}
6279

6380
/* messages */

0 commit comments

Comments
 (0)