2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 17:06:51 +00:00
|
|
|
tablist: {
|
2024-05-11 09:30:44 +00:00
|
|
|
borderWidth: '0 0 1px 0',
|
2024-05-04 17:06:51 +00:00
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}'
|
|
|
|
},
|
2024-05-11 09:30:44 +00:00
|
|
|
item: {
|
|
|
|
background: 'transparent',
|
|
|
|
hoverBackground: 'transparent',
|
|
|
|
activeBackground: 'transparent',
|
|
|
|
borderWidth: '0 0 1px 0',
|
2024-05-04 17:06:51 +00:00
|
|
|
borderColor: '{content.border.color}',
|
2024-05-11 09:30:44 +00:00
|
|
|
hoverBorderColor: '{content.border.color}',
|
2024-05-04 17:06:51 +00:00
|
|
|
activeBorderColor: '{primary.color}',
|
|
|
|
color: '{text.muted.color}',
|
2024-05-11 09:30:44 +00:00
|
|
|
hoverColor: '{text.color}',
|
|
|
|
activeColor: '{primary.color}',
|
|
|
|
padding: '1rem 1.125rem',
|
|
|
|
fontWeight: '600',
|
|
|
|
margin: '0 0 -1px 0',
|
|
|
|
gap: '0.5rem',
|
|
|
|
focusRing: {
|
|
|
|
width: '{focus.ring.width}',
|
|
|
|
style: '{focus.ring.style}',
|
|
|
|
color: '{focus.ring.color}',
|
|
|
|
offset: '{focus.ring.offset}',
|
|
|
|
shadow: '{focus.ring.shadow}'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
itemIcon: {
|
|
|
|
color: '{text.muted.color}',
|
|
|
|
hoverColor: '{text.color}',
|
|
|
|
activeColor: '{primary.color}'
|
|
|
|
},
|
|
|
|
activeBar: {
|
|
|
|
height: '1px',
|
|
|
|
bottom: '-1px',
|
|
|
|
background: '{primary.color}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|