Skip to content

CSS: tabs.tab

.tab — Một nút tab đơn (InstUI Tabs.Tab, được cấu hình thông qua danh sách tab của phần tử cha Tabs); -selected đánh dấu tab đang hoạt động.

Bộ điều chỉnh -variant-secondary của phần tử cha tabs thay đổi kiểu thành tab dạng "thư mục" bo tròn — xem tài liệu của tabs để biết bộ điều chỉnh đó.

Sử dụng

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/tabs.tab.css";

Bộ sửa

Bộ sửaMô tả
.-disabledKhông tương tác; cùng kiểu dáng với [aria-disabled="true"]/:disabled.
.-selectedTab đang hoạt động; cùng kiểu dáng với [aria-selected="true"].

Trạng thái

Trạng tháiMô tả
[aria-disabled="true"]
[aria-selected="true"]
:disabled
:state(selected)

Token tiêu thụ

TokenKiểuGiá trị
--instui-component-tabs-panel-border-width<length>0.0625rem
--instui-component-tabs-tab-default-hover-border-color<color>LightDarklight-dark(#8D959F, #6A7883)
--instui-component-tabs-tab-default-selected-border-color<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-tabs-tab-default-text-color<color>LightDarklight-dark(#273540, #ffffff)
--instui-component-tabs-tab-font-family[ <font-family-name> | <generic-font-family> ]#Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif
--instui-component-tabs-tab-font-size<length>1rem
--instui-component-tabs-tab-font-weight<integer>400
--instui-component-tabs-tab-line-height<percentage>125%
--instui-component-tabs-tab-secondary-selected-background<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-tabs-tab-secondary-selected-border-color<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-tabs-tab-secondary-selected-text-color<color>LightDarklight-dark(#ffffff, #1C222B)
--instui-component-tabs-tab-secondary-text-color<color>LightDarklight-dark(#273540, #ffffff)