|
3 | 3 | color $nav-text-color |
4 | 4 |
|
5 | 5 | .header |
| 6 | + navButtonColor() |
6 | 7 | position relative |
| 8 | + width 100% |
7 | 9 | height 33px |
8 | 10 | cursor pointer |
9 | | - color $nav-inactive-text-color |
10 | | - transition 0.15s |
11 | | - border none |
12 | | - width 100% |
13 | 11 | text-align left |
14 | | - background-color transparent |
15 | 12 | font-size 14px |
16 | | - &:hover |
17 | | - background-color $nav-hover-background |
18 | | - .header-control-button |
19 | | - opacity 1 |
20 | | - &:active, &:active:hover |
21 | | - background-color $nav-active-background |
22 | | - color $nav-text-color |
| 13 | + &:hover .header-control-button |
| 14 | + opacity 1 |
23 | 15 |
|
24 | 16 | .header--active |
25 | 17 | @extend .header |
26 | | - background-color $nav-active-background |
27 | | - color $nav-text-color |
| 18 | + background-color $ui-button--active-backgroundColor |
| 19 | + color $ui-button--active-color |
28 | 20 | .header-control-button |
29 | 21 | opacity 1 |
30 | 22 | &:hover |
31 | | - background-color $nav-active-background |
32 | | - color $nav-text-color |
| 23 | + background-color $ui-button--active-backgroundColor |
| 24 | + color $ui-button--active-color |
33 | 25 |
|
34 | 26 | .header-name |
35 | 27 | position absolute |
|
51 | 43 | width 48px |
52 | 44 |
|
53 | 45 | .header-control-button |
| 46 | + navButtonColor() |
54 | 47 | width 24px |
| 48 | + height 24px |
55 | 49 | padding 0 |
56 | 50 | margin-top 4.5px |
57 | | - height 24px |
58 | | - border none |
59 | 51 | border-radius 5px |
60 | | - background-color transparent |
61 | | - color $nav-inactive-text-color |
62 | 52 | opacity 0 |
63 | | - transition color background-color 0.15s |
64 | | - &:hover |
65 | | - background-color $nav-hover-background |
66 | | - &:active |
67 | | - background-color $nav-active-background |
68 | | - color $nav-text-color |
69 | 53 |
|
70 | 54 | .header-control-button--show |
71 | 55 | @extend .header-control-button |
|
81 | 65 | height 33px |
82 | 66 | padding 0 10px |
83 | 67 | border-radius 5px |
84 | | - border solid 1px $nav-border-color |
| 68 | + border $ui-border |
85 | 69 | outline none |
86 | 70 | &:focus |
87 | | - border-color $focus-border-color |
| 71 | + border-color $ui-input--focus-borderColor |
88 | 72 | &:disabled |
89 | | - background-color $disabled-input-background |
| 73 | + background-color $ui-input--disabled-backgroundColor |
90 | 74 |
|
91 | 75 | .newFolderButton |
92 | | - height 33px |
| 76 | + navButtonColor() |
| 77 | + height 34px |
93 | 78 | width 100% |
94 | 79 | border none |
95 | 80 | padding-left 20px |
96 | 81 | text-align left |
97 | | - color $nav-inactive-text-color |
98 | | - background-color transparent |
99 | | - transition color background-color 0.15s |
100 | | - &:hover |
101 | | - background-color $nav-hover-background |
102 | | - &:active |
103 | | - background-color $nav-active-background |
104 | | - color $nav-text-color |
105 | | - |
106 | | -.newFolderButton |
107 | | - height 34px |
108 | 82 | line-height 34px |
| 83 | + |
109 | 84 | .newFolderButton-label |
110 | 85 | margin-left 0 |
111 | 86 |
|
|
135 | 110 | box-sizing border-box |
136 | 111 | margin-left 0 |
137 | 112 | overflow ellipsis |
138 | | - background-color $nav-tooltip-background-color |
| 113 | + background-color $ui-tooltip-backgroundColor |
139 | 114 | color white |
140 | 115 | line-height 34px |
141 | 116 | border-top-right-radius 5px |
|
155 | 130 | display none |
156 | 131 | .header-control-button--show |
157 | 132 | float right |
158 | | - background-color $nav-tooltip-button-background |
| 133 | + background-color $ui-tooltip-button-backgroundColor |
159 | 134 | &:hover |
160 | | - background-color $nav-tooltip-button-background--hover |
| 135 | + background-color $ui-tooltip-button--hover-backgroundColor |
161 | 136 | .newFolderButton |
162 | 137 | width 44px |
163 | 138 | padding 0 |
|
175 | 150 | box-sizing border-box |
176 | 151 | margin-left 0 |
177 | 152 | overflow ellipsis |
178 | | - background-color $nav-tooltip-background-color |
| 153 | + background-color $ui-tooltip-backgroundColor |
179 | 154 | color white |
180 | 155 | line-height 34px |
181 | 156 | border-top-right-radius 5px |
|
0 commit comments