mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-23 08:27:45 +08:00
50 lines
845 B
Text
50 lines
845 B
Text
@import 'ui-variables';
|
|
|
|
.thread-sharing-button {
|
|
order: -102;
|
|
&.active {
|
|
img.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
.fixed-popover .thread-sharing-popover {
|
|
position: relative;
|
|
width: 280px;
|
|
|
|
.share-toggle {
|
|
padding: 7px 10px;
|
|
.meta {
|
|
font-size: @font-size-smaller;
|
|
padding-left: 19px;
|
|
}
|
|
input {
|
|
margin-right: @spacing-half;
|
|
}
|
|
}
|
|
|
|
.share-input {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
|
padding: 10px;
|
|
padding-bottom: 0;
|
|
input[type='text'] {
|
|
cursor: default;
|
|
user-select: all;
|
|
}
|
|
}
|
|
|
|
.share-controls {
|
|
padding: 10px;
|
|
}
|
|
|
|
&.disabled {
|
|
.share-input input[type='text'] {
|
|
color: @text-color-very-subtle;
|
|
user-select: none;
|
|
}
|
|
button.btn {
|
|
color: @text-color-very-subtle;
|
|
}
|
|
}
|
|
}
|