mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-17 11:29:24 +01:00
[refactor] remove unused styles
This commit is contained in:
parent
00c4269a39
commit
f3ad49ad26
@ -507,17 +507,13 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: all var(--layout-timing-extra-fast);
|
transition: height var(--layout-timing-extra-fast);
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-link-edit .link-control {
|
.is-link-edit .link-control {
|
||||||
height: var(--link-item-edit-height);
|
height: var(--link-item-edit-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-link-edit .link-control-item {
|
|
||||||
/* pointer-events: all; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.link-control-item {
|
.link-control-item {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user