We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c4269 commit f3ad49aCopy full SHA for f3ad49a
1 file changed
src/css/link.css
@@ -507,17 +507,13 @@
507
flex-direction: row;
508
align-items: stretch;
509
justify-content: center;
510
- transition: all var(--layout-timing-extra-fast);
+ transition: height var(--layout-timing-extra-fast);
511
}
512
513
.is-link-edit .link-control {
514
height: var(--link-item-edit-height);
515
516
517
-.is-link-edit .link-control-item {
518
- /* pointer-events: all; */
519
-}
520
-
521
.link-control-item {
522
background-color: transparent;
523
border-radius: 0;
0 commit comments