Screw the "Remove" text next to the QR post clear button, move to title tooltip.
This commit is contained in:
parent
b2b4197249
commit
882670bc6b
@ -748,10 +748,6 @@ a.remove {
|
|||||||
color: #E00 !important;
|
color: #E00 !important;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
.remove:hover::after {
|
|
||||||
content: ' Remove';
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
.qr-preview > label {
|
.qr-preview > label {
|
||||||
background: rgba(0, 0, 0, .5);
|
background: rgba(0, 0, 0, .5);
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
@ -438,7 +438,7 @@ QR =
|
|||||||
className: 'qr-preview'
|
className: 'qr-preview'
|
||||||
draggable: true
|
draggable: true
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
innerHTML: '<a class="remove fa fa-times-circle"></a><label hidden><input type=checkbox> Spoiler</label><span></span>'
|
innerHTML: '<a class="remove fa fa-times-circle" title=Remove></a><label hidden><input type=checkbox> Spoiler</label><span></span>'
|
||||||
|
|
||||||
@nodes =
|
@nodes =
|
||||||
el: el
|
el: el
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user