|
2 | 2 | display: flex; |
3 | 3 | align-items: center; |
4 | 4 | background-color: #f5f5f5; |
5 | | - border-bottom: 1px solid #ddd; |
| 5 | + border-bottom: none; |
6 | 6 | position: relative; |
7 | 7 | overflow: hidden; |
8 | 8 | z-index: 2; |
9 | 9 | } |
10 | 10 |
|
11 | 11 | .dark .tab-bar-container { |
12 | 12 | background-color: #1E1E1E; |
13 | | - border-bottom: 1px solid #333; |
| 13 | + border-bottom: none; |
14 | 14 | } |
15 | 15 |
|
16 | 16 | .phoenix-tab-bar { |
|
82 | 82 | align-items: center; |
83 | 83 | padding: 0 0.5rem 0 0.85rem; |
84 | 84 | height: 100%; |
85 | | - background-color: #F8F8F8; |
86 | | - border-right: 1px solid #ddd; |
| 85 | + background-color: #f1f1f1; |
| 86 | + border-right: 1px solid rgba(0, 0, 0, 0.05); |
87 | 87 | cursor: pointer; |
88 | 88 | position: relative; |
89 | 89 | flex: 0 0 auto; |
|
93 | 93 | } |
94 | 94 |
|
95 | 95 | .dark .tab { |
96 | | - background-color: #2D2D2D; |
97 | | - border-right: 1px solid #333; |
| 96 | + background-color: #292929; |
| 97 | + border-right: 1px solid rgba(255, 255, 255, 0.05); |
98 | 98 | } |
99 | 99 |
|
100 | 100 | .tab, |
|
143 | 143 | } |
144 | 144 |
|
145 | 145 | .dark .tab.active { |
146 | | - background-color: #3D3D3D; |
| 146 | + background-color: #1D1F21; |
147 | 147 | } |
148 | 148 |
|
149 | 149 | .tab:hover { |
150 | | - background-color: #f0f0f0; |
| 150 | + background-color: #e0e0e0; |
151 | 151 | cursor: pointer; |
152 | 152 | } |
153 | 153 |
|
154 | 154 | .dark .tab:hover { |
155 | | - background-color: #4d4949; |
| 155 | + background-color: #3b3a3a; |
156 | 156 | } |
157 | 157 |
|
158 | 158 | .tab.active::after { |
159 | 159 | content: ""; |
160 | 160 | position: absolute; |
161 | | - bottom: 0; |
| 161 | + top: 0; |
162 | 162 | left: 0; |
163 | 163 | right: 0; |
164 | 164 | height: 0.12rem; |
|
170 | 170 | } |
171 | 171 |
|
172 | 172 | .tab.active-in-inactive-pane { |
173 | | - background-color: #fff; |
| 173 | + background-color: #fafafa; |
174 | 174 | } |
175 | 175 |
|
176 | 176 | .dark .tab.active-in-inactive-pane { |
177 | | - background-color: #3D3D3D; |
| 177 | + background-color: #252729; |
178 | 178 | } |
179 | 179 |
|
180 | 180 | .tab.active-in-inactive-pane::after { |
181 | | - display: none; |
182 | | -} |
183 | | - |
184 | | -.tab.active-in-inactive-pane::before { |
185 | 181 | content: ""; |
186 | 182 | position: absolute; |
187 | | - bottom: 0; |
| 183 | + top: 0; |
188 | 184 | left: 0; |
189 | 185 | right: 0; |
190 | 186 | height: 0.12rem; |
191 | 187 | background-color: #b4b2b2; |
192 | 188 | } |
193 | 189 |
|
194 | | -.dark .tab.active-in-inactive-pane::before { |
| 190 | +.dark .tab.active-in-inactive-pane::after { |
195 | 191 | background-color: #666; |
196 | 192 | } |
197 | 193 |
|
|
0 commit comments