Cleanup some unused code

This commit is contained in:
djmaze 2020-11-10 09:29:00 +01:00
parent f706e14a2f
commit b3b8c97b00
4 changed files with 12 additions and 15 deletions

View file

@ -32,7 +32,7 @@
background: #fff;
border-radius: 3px;
border: 1px solid #999;
content : attr(data-rainloopTip);
content: attr(data-rainloopTip);
font-size: 13px;
left: 100%;
opacity : 0;
@ -53,8 +53,8 @@
}
[data-rainloopErrorTip]::before {
color: red;
content : attr(data-rainloopErrorTip);
opacity : 1;
content: attr(data-rainloopErrorTip);
opacity: 1;
}
[data-tooltip]:hover::before {
opacity : 1;