[refactor] remove unused styles

This commit is contained in:
zombieFox 2019-11-21 11:41:04 +00:00
parent 00c4269a39
commit f3ad49ad26

View File

@ -507,17 +507,13 @@
flex-direction: row;
align-items: stretch;
justify-content: center;
transition: all var(--layout-timing-extra-fast);
transition: height var(--layout-timing-extra-fast);
}
.is-link-edit .link-control {
height: var(--link-item-edit-height);
}
.is-link-edit .link-control-item {
/* pointer-events: all; */
}
.link-control-item {
background-color: transparent;
border-radius: 0;