Document and tokenise generic activatable remove control
This commit is contained in:
+4
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user