2016-03-11 00:48:53 +00:00
|
|
|
label {
|
|
|
|
&.link {
|
2020-12-19 19:43:19 +00:00
|
|
|
border-bottom: 1px dotted @text-secondary;
|
2016-03-11 00:48:53 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.link-solid {
|
2020-12-19 19:43:19 +00:00
|
|
|
border-bottom: 1px solid @text-secondary;
|
2016-03-11 00:48:53 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-shapes {
|
|
|
|
.item {
|
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.combobox.fonts {
|
|
|
|
> .dropdown-menu {
|
|
|
|
max-height: 388px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-select {
|
|
|
|
.user-select(text);
|
2020-12-18 20:11:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
> li > a {
|
|
|
|
color: @text-normal;
|
|
|
|
}
|
|
|
|
}
|