Skip to content

CSS: close-button

.instui-close-button — כפתור אייקון שקוף שמצייר את הסימול × שלו בעצמו, בשלושה גדלים ובגרסת on-color.

מוצג תמיד כשליטה של אייקון בלבד ללא תווית נראית, לכן aria-label נדרש ולא אופציונלי; השוו לגרסת ה-ghost -without-background של button, שמשאירה תווית טקסט.

Source: close-button.css

TIP

הרחבת JS — ה-CSS של הרכיב הזה מגדיר את העיצוב ועובד בעצמו; שלבו אותו עם @pantoken/interactions להוספת ההתנהגות האינטראקטיבית. ראו את טבלת המודיפיירים למטה.

נגישות

תנו לכפתור האייקון בלבד aria-label (למשל "Close"), וסמנו כפתור מושבת באמצעות aria-disabled (או ה־disabled המקומי).

שימוש

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/close-button.css";

דוגמאות

html
<button class="instui-close-button -size-sm" aria-label="Close"></button>

מחליפים

מחליףתיאור
.-color-inverseמופרט — use .-on-color.
.-on-colorלכפתור סגירה הממוקם על משטח צבעוני (לא ניטרלי).
.-size-largeגדול. שם מורחב של -size-lg.
.-size-lgגדול.
.-size-md(ברירת מחדל) גודל בינוני.
.-size-medium(ברירת מחדל) גודל בינוני. כינוי ארוך לצורת -size-md.
.-size-smקטן.
.-size-smallקטן. שם מורחב של -size-sm.

פיסואו־אלמנטים

פיסואו־אלמנטתיאור
::beforeהסימול ×, ממוסך ב־currentColor.

מצבים

מצבתיאור
[aria-disabled="true"]
:disabled

אסימוני צריכה

Tokenסוגערך
--instui-component-base-button-border-radius<length>0.75rem
--instui-component-base-button-large-height<length>3rem
--instui-component-base-button-medium-height<length>2.5rem
--instui-component-base-button-primary-ghost-active-background<color>LightDarklight-dark(#1D354F33, rgba(255,255,255,0.1))
--instui-component-base-button-primary-ghost-hover-background<color>LightDarklight-dark(#1D354F1A, rgba(255,255,255,0.1))
--instui-component-base-button-primary-inverse-ghost-active-background<color>rgba(255,255,255,0.1)
--instui-component-base-button-primary-inverse-ghost-hover-background<color>rgba(255,255,255,0.1)
--instui-component-base-button-small-height<length>2rem
--instui-component-icon-base-color<color>LightDarklight-dark(#273540, #ffffff)
--instui-component-icon-disabled-base-color<color>LightDarklight-dark(#8D959F, #576773)
--instui-component-icon-disabled-on-color<color>LightDarklight-dark(#C7CACD, #9EA6AD)
--instui-component-icon-on-color<color>#ffffff
--instui-icon-x<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%22M18%206%206%2018%22%2F%3E%3Cpath%20d%3D%22m6%206%2012%2012%22%2F%3E%3C%2Fsvg%3E')
--instui-spacing-space-xs<length>0.25rem

קשור

  • button — כפתור פעולה כללי.