We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f895e commit 6dd1f4aCopy full SHA for 6dd1f4a
src/styles/Extn-TabBar.less
@@ -23,6 +23,13 @@
23
transition: height 0.3s ease;
24
scroll-behavior: auto;
25
background-color: #f5f5f5;
26
+
27
+ .bd-icon {
28
+ color: #666;
29
+ .dark & {
30
+ color: unset;
31
+ }
32
33
}
34
35
.dark .phoenix-tab-bar {
@@ -341,6 +348,12 @@
341
348
align-items: center;
342
349
cursor: pointer;
343
350
justify-content: space-between;
351
352
353
+ .dark &, .selected & {
354
355
356
344
357
345
358
346
359
.dropdown-tab-item:hover {
0 commit comments