Merge pull request #16896 from Rob--W/grab-to-pan-css-fix

Drop redundant styles from .grab-to-pan-grab:active
This commit is contained in:
Jonas Jenwald 2023-09-04 10:23:12 +02:00 committed by GitHub
commit b18a1669ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1368,6 +1368,8 @@ dialog :link {
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
cursor: grabbing !important;
}
.grab-to-pan-grabbing {
position: fixed;
background: rgba(0, 0, 0, 0);
display: block;