1 @import (reference) 'trp3Vars';
2 @import (reference) 'trp3';
3 @import '../../../less/colors';
6 @import '../../../less/base-avatar.less';
8 @import '../../../less/components/right-toolbar.less';
11 @import '../people/peopleCollectionView';
12 @import 'activity.less';
14 .right-toolbar-region {
15 .right-toolbar-position();
16 box-sizing: border-box;
25 display: inline-block;
28 width: @right-toolbar-full-width;
34 background-color: @main-application-bg-color;
35 border-left: 1px solid @menu-border-color;
37 transition: width 200ms ease-in-out;
44 .collapsed-breakpoint();
47 // Used to hide the toolbar when the thread message feed is open
56 text-transform: uppercase;
73 .trpRepoInfoContainer {
79 text-overflow: ellipsis;
84 border-top: 1px solid fade(@trpGrey, 20%);
85 border-bottom: 1px solid fade(@trpGrey, 20%);
91 word-wrap: break-word;
99 display: inline-block;
100 border: 1px 0 solid @trpGrey;
105 // this is bad, but until the margins/padding is done properly
106 // for all <h1>, <p> etc tags in the toolbar, we have to style
107 // the individual elements :(
114 flex-direction: column;
118 .right-toolbar__pinned-toggle-button {
120 justify-content: center;
122 height: @chat-frame-desktop-header-height;
125 background-color: transparent;
128 transition: background-color 0.2s ease;
132 background-color: rgba(0, 0, 0, 0.05);
137 .right-toolbar__search-header {
139 border-bottom: 1px solid rgb(240, 240, 240);
142 align-items: stretch;
145 .right-toolbar__body {
160 .remaining-view-button,
161 .remaining-view-secondary-button {
163 .remaining-view-secondary-button {
164 color: darken(@caribbean, 10%);
167 .remaining-view-button-secondary-text {
168 color: rgba(51, 51, 51, 0.5);
171 .right-toolbar-activity-area {
174 .right-toolbar-activity-area-inner {
177 .right-toolbar-activity-list {
180 list-style-type: none;
183 .right-toolbar__footer {
185 justify-content: flex-end;
191 .collapsed-breakpoint() {
192 width: @right-toolbar-collapsed-width;
206 #people-list .trpToolbarListContent {
223 .right-toolbar-activity-area {
228 border-left: 4px solid rgba(211, 223, 211, 0.6);
229 background-clip: padding-box;
234 .right-toolbar-region__footer {
235 box-sizing: border-box;
243 background: linear-gradient(top, rgba(255, 255, 255, 0), @main-application-bg-color 35%);
248 display: inline-block;
249 vertical-align: middle;
256 transition: stroke 0.2s ease;
259 .menu-toggle-button:hover > & {