File tree 4 files changed +62
-11
lines changed
docs/API-Reference/command
extensionsIntegrated/Phoenix/html 4 files changed +62
-11
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,18 @@ Sorts working set by file type
824
824
## CMD\_ WORKING\_ SORT\_ TOGGLE\_ AUTO
825
825
Toggles automatic working set sorting
826
826
827
+ ** Kind** : global variable
828
+ <a name =" CMD_TOGGLE_SHOW_WORKING_SET " ></a >
829
+
830
+ ## CMD\_ TOGGLE\_ SHOW\_ WORKING\_ SET
831
+ Toggles working set visibility
832
+
833
+ ** Kind** : global variable
834
+ <a name =" CMD_TOGGLE_SHOW_FILE_TABS " ></a >
835
+
836
+ ## CMD\_ TOGGLE\_ SHOW\_ FILE\_ TABS
837
+ Toggles file tabs visibility
838
+
827
839
** Kind** : global variable
828
840
<a name =" CMD_KEYBOARD_NAV_UI_OVERLAY " ></a >
829
841
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1 class="popup-title">{{welcomeTitle}}</h1>
8
8
{{signInBtnText}}
9
9
</ button >
10
10
< div class ="support-link ">
11
- < button id ="phoenix-support-btn " class ="btn dialog-button ">
11
+ < button id ="phoenix-support-btn " class ="text-link ">
12
12
< i class ="fa fa-question-circle "> </ i >
13
13
{{supportBtnText}}
14
14
</ button >
Original file line number Diff line number Diff line change 26
26
{{accountBtnText}}
27
27
</ button >
28
28
29
- < button id ="phoenix-support-btn " class ="btn dialog-button menu-button ">
30
- < i class ="fa fa-question-circle "> </ i >
31
- {{supportBtnText}}
32
- </ button >
33
-
34
29
< button id ="phoenix-signout-btn " class ="btn dialog-button menu-button signout ">
35
30
< i class ="fa fa-sign-out-alt "> </ i >
36
31
{{signOutBtnText}}
37
32
</ button >
33
+
34
+ < div class ="support-link ">
35
+ < button id ="phoenix-support-btn " class ="text-link ">
36
+ < i class ="fa fa-question-circle "> </ i >
37
+ {{supportBtnText}}
38
+ </ button >
39
+ </ div >
38
40
</ div >
39
41
</ div >
Original file line number Diff line number Diff line change 1
1
@import " brackets_variables.less" ;
2
2
3
3
.profile-popup {
4
- background-color : @bc-menu -bg ;
4
+ background-color : @bc-panel -bg ;
5
5
color : @bc-menu-text ;
6
6
border-radius : @bc-border-radius ;
7
7
box-shadow : 0 3px 9px @bc-shadow ;
59
59
60
60
.user-plan {
61
61
color : #3c3 ;
62
+ // color: #2b7d2b;
62
63
font-size : 16px ;
63
64
}
64
65
76
77
.progress-bar {
77
78
width : 100% ;
78
79
height : 8px ;
79
- background-color : @bc-input-bg ;
80
+ background-color : #fff ;
80
81
border-radius : 4px ;
81
82
overflow : hidden ;
82
83
border : 1px solid @bc-btn-border ;
90
91
}
91
92
92
93
.support-link {
93
- margin-top : 20 px ;
94
+ margin-top : 6 px ;
94
95
text-align : center ;
96
+ width : 100% ;
95
97
}
96
98
97
99
.menu-button {
107
109
}
108
110
109
111
& .signout {
110
- color : #f55 ;
112
+ color : #d44 ;
113
+ }
114
+ }
115
+
116
+ .text-link {
117
+ background : none ;
118
+ border : none ;
119
+ box-shadow : none ;
120
+ cursor : pointer ;
121
+ color : @bc-text-medium ;
122
+ font-size : (@baseFontSize + 1 );
123
+ padding : 8px 12px ;
124
+ margin : 3px 0 ;
125
+ width : 100% ;
126
+ text-align : center ;
127
+ transition : color 0.2s ease ;
128
+
129
+ i {
130
+ margin-right : 5px ;
131
+ }
132
+
133
+ & :hover , & :focus {
134
+ color : @bc-text-emphasized ;
135
+ outline : none ;
136
+ }
137
+
138
+ & .menu-button {
139
+ text-align : left ;
111
140
}
112
141
}
113
142
158
187
}
159
188
160
189
.dark .profile-popup {
161
- background-color : @dark-bc-menu -bg ;
190
+ background-color : @dark-bc-panel -bg ;
162
191
color : @dark-bc-menu-text ;
163
192
box-shadow : 0 3px 9px @dark-bc-shadow ;
164
193
188
217
}
189
218
}
190
219
220
+ .text-link {
221
+ color : @dark-bc-text-thin-quiet ;
222
+
223
+ & :hover , & :focus {
224
+ color : lighten (@dark-bc-text-thin-quiet , 30% );
225
+ }
226
+ }
227
+
191
228
.btn.dialog-button {
192
229
background-color : @dark-bc-btn-bg ;
193
230
border : 1px solid @dark-bc-btn-border ;
You can’t perform that action at this time.
0 commit comments