in English

互動

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

文本選擇

更改用戶與其交互時選擇內容的方式。請注意,Internet Explorer 和 Legacy Edge 不支持 的alluser-select,因此.user-select-all這兩種瀏覽器都不支持。

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

本段具有默認選擇行為。

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

<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