amis2/packages/amis-editor-core/scss/_targetname.scss
2betop cac01a3018 调整为 monorepo
Change-Id: I06342cb12229885daf8e6fa2978f4e49ea0c49a2
2022-06-16 14:49:34 +08:00

31 lines
432 B
SCSS

.ae-TargetName {
padding: 12px;
width: 15em;
&-list {
list-style: none;
padding: 0;
margin: 0;
user-select: none;
cursor: pointer;
}
&-node {
> span {
line-height: normal;
}
> a {
color: $text-color;
text-decoration: none;
}
&.is-active {
> a {
color: $primary;
}
}
&.is-hover {
> a {
color: $primary;
}
}
}
}