2017-10-15 08:36:44 +08:00
|
|
|
@import 'ui-variables';
|
2017-09-07 07:19:48 +08:00
|
|
|
|
|
|
|
.thread-sharing-button {
|
|
|
|
order: -102;
|
2018-04-04 00:50:42 +08:00
|
|
|
&.active {
|
|
|
|
img.content-mask {
|
|
|
|
background-color: @component-active-color;
|
|
|
|
}
|
|
|
|
}
|
2017-09-07 07:19:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-popover .thread-sharing-popover {
|
|
|
|
position: relative;
|
2018-03-30 16:36:23 +08:00
|
|
|
width: 280px;
|
2017-09-07 07:19:48 +08:00
|
|
|
|
|
|
|
.share-toggle {
|
|
|
|
padding: 7px 10px;
|
2018-03-30 16:36:23 +08:00
|
|
|
.meta {
|
|
|
|
font-size: @font-size-smaller;
|
|
|
|
padding-left: 19px;
|
|
|
|
}
|
2017-09-07 07:19:48 +08:00
|
|
|
input {
|
|
|
|
margin-right: @spacing-half;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-input {
|
2018-03-30 16:36:23 +08:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
padding: 10px;
|
|
|
|
padding-bottom: 0;
|
2017-10-15 08:36:44 +08:00
|
|
|
input[type='text'] {
|
2017-09-07 07:19:48 +08:00
|
|
|
cursor: default;
|
2019-06-11 13:47:18 +08:00
|
|
|
user-select: all;
|
2017-09-07 07:19:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-controls {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
2017-10-15 08:36:44 +08:00
|
|
|
.share-input input[type='text'] {
|
2017-09-07 07:19:48 +08:00
|
|
|
color: @text-color-very-subtle;
|
2019-06-11 13:47:18 +08:00
|
|
|
user-select: none;
|
2017-09-07 07:19:48 +08:00
|
|
|
}
|
|
|
|
button.btn {
|
|
|
|
color: @text-color-very-subtle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|