Skip to content

CSS: toggle-details

.instui-toggle-details — 一個帶有旋轉箭頭的樣式化原生 <details> 揭示元件。

建立在原生 <details> 元素之上,因此由瀏覽器處理展開/收合與鍵盤支援;CSS 只隱藏預設標記並提供旋轉箭頭。

Source: toggle-details.css

使用方法

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/toggle-details.css";

範例

html
<details class="instui-toggle-details" open>
  <summary>What ships in this package?</summary>
  Class-based component styles, built from the Instructure tokens, plus a prose layer.
</details>

結構

text
.instui-toggle-details
  summary
flowchart TD n0[".instui-toggle-details"]:::cssdoc-root n1("summary"):::cssdoc-part n0 --> n1 classDef cssdoc-root stroke-width:1px; classDef cssdoc-part stroke-width:1px; classDef cssdoc-slot stroke-width:1px; classDef cssdoc-component stroke-width:1px;

修飾器

修飾器說明
.-chevron-end將箭頭置於 summary 之後。
.-size-large大型。-size-lg 的長形式別名。
.-size-lg大。
.-size-sm小。
.-size-small小。-size-sm 的長形式別名。
.-variant-filled實心(表面)變體。

偽元素

偽元素說明
::before繪製 summary 的揭示箭頭,一個帶遮罩的字形,當揭示展開時會旋轉向下。

狀態

狀態說明
:state(open)

已使用的代幣

Token型別
--instui-color-background-interactive-action-secondary-base<color>LightDarklight-dark(#44709F, #345B84)
--instui-component-toggle-details-content-padding-large<length>1.375rem
--instui-component-toggle-details-content-padding-medium<length>1.125rem
--instui-component-toggle-details-content-padding-small<length>1.125rem
--instui-component-toggle-details-font-family[ <font-family-name> | <generic-font-family> ]#Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif
--instui-component-toggle-details-font-size-large<length>1.25rem
--instui-component-toggle-details-font-size-medium<length>1rem
--instui-component-toggle-details-font-size-small<length>0.875rem
--instui-component-toggle-details-font-weight<integer>400
--instui-component-toggle-details-icon-margin<length>0.375rem
--instui-component-toggle-details-line-height<percentage>150%
--instui-component-toggle-details-text-color<color>LightDarklight-dark(#273540, #ffffff)
--instui-component-toggle-details-toggle-border-radius<length>0.75rem
--instui-component-toggle-details-toggle-padding<length>0.375rem
--instui-icon-chevron-right<image>url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m9%2018%206-6-6-6%22%2F%3E%3C%2Fsvg%3E')

相關

  • toggle-group — 帶有邊框且群組化的相同揭示形式。