File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,26 @@ governing permissions and limitations under the License.
19
19
}
20
20
21
21
.spectrum-Tabs-selectionIndicator {
22
- background-color : var (--spectrum-tabs-textonly-tabitem-selection-indicator-background-color-selected );
22
+ --spectrum-tabs-list-background-direction : right;
23
+
24
+ background : linear-gradient (
25
+ to var (--spectrum-tabs-list-background-direction ),
26
+ var (--spectrum-tabs-textonly-tabitem-selection-indicator-background-color-selected ) 0 ,
27
+ var (--spectrum-tabs-textonly-tabitem-selection-indicator-background-color-selected )
28
+ var (--spectrum-tabs-quiet-textonly-divider-size ),
29
+ transparent var (--spectrum-tabs-quiet-textonly-divider-size )
30
+ );
23
31
}
24
32
25
33
.spectrum-Tabs--emphasized {
26
34
.spectrum-Tabs-selectionIndicator {
27
- background-color : var (--spectrum-tabs-emphasized-texticon-tabitem-selection-indicator-background-color-selected );
35
+ background : linear-gradient (
36
+ to var (--spectrum-tabs-list-background-direction ),
37
+ var (--spectrum-tabs-emphasized-texticon-tabitem-selection-indicator-background-color-selected ) 0 ,
38
+ var (--spectrum-tabs-emphasized-texticon-tabitem-selection-indicator-background-color-selected )
39
+ var (--spectrum-tabs-quiet-textonly-divider-size ),
40
+ transparent var (--spectrum-tabs-quiet-textonly-divider-size )
41
+ );
28
42
}
29
43
}
30
44
You can’t perform that action at this time.
0 commit comments