Document and tokenise generic activatable remove control

This commit is contained in:
2026-05-19 11:15:39 +02:00
parent 8d245c0456
commit 1c1f2f0316
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -59,6 +59,7 @@
--surface-help-icon: var(--color-medium-grey);
--surface-help-panel: var(--color-light-grey);
--surface-pulldown-panel: var(--color-light-grey);
--surface-activatable-remove: var(--surface-control-default);
--surface-slider-track: var(--color-medium-grey);
--surface-slider-progress: var(--color-dark-grey);
--surface-slider-thumb: var(--color-dark-grey);
@@ -87,6 +88,7 @@
--text-menu-link-portal: var(--color-font-dark);
--text-help-icon: var(--color-font-dark);
--text-help-panel: var(--color-font-dark);
--text-activatable-remove: var(--text-control-default);
--text-hyperlink: var(--color-font-hyperlink);
--icon-pulldown-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M2 2l4 4 4-4' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
--icon-sandwich-line-portal: var(--color-font-dark);
@@ -1165,8 +1167,8 @@ section + section {
padding: 0;
border: var(--border-none);
border-radius: var(--radius-interaction);
background: var(--surface-control-default);
color: var(--text-control-default);
background: var(--surface-activatable-remove);
color: var(--text-activatable-remove);
font-family: var(--font-family-base);
font-size: var(--font-size-base);
line-height: 1;