fix being able to highlight tooltip text

This commit is contained in:
Luke 2022-03-04 05:11:12 -05:00 committed by GitHub
parent 311fdc4020
commit 6b37006ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7605,6 +7605,9 @@ fieldset:disabled .btn {
text-align : center;
background-color: #000;
border-radius : 0.25rem;
-webkit-user-select: none;
user-select: none;
pointer-events: none;
}
.popover {