in English

互動

改變用戶與網站內容交互方式的實用程序類。

文本選擇

更改用戶與其交互時選擇內容的方式。

當用戶單擊時,該段落將被完全選中。

本段具有默認選擇行為。

當用戶單擊時,該段落將不可選擇。

<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
<p class="user-select-auto">This paragraph has the default select behavior.</p>
<p class="user-select-none">This paragraph will not be selectable when clicked by the user.</p>

通過更改 中的$user-selectsSass 列表來自定義可用的類_variables.scss