Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ $fluent-button-group: extend(
/// @prop {Map} item-hover-background [color: ('primary', 600)] - The hover background color for button group items.
/// @prop {Map} item-hover-text-color [contrast-color: ('primary', 600)] - The hover text color for button group items.
/// @prop {Map} item-hover-icon-color [contrast-color: ('primary', 600)] - The hover icon color for button group items.
/// @prop {Map} item-hover-border-color [color: ('primary', 500)] - The hover border color between button group items.
/// @prop {Map} item-hover-border-color [color: ('primary', 600)] - The hover border color between button group items.
/// @prop {Map} item-focused-text-color [contrast-color: ('primary', 600)] - The focused text color for button group items.
/// @prop {Map} item-focused-background [color: ('primary', 500)] - The focused background color for button group items.
/// @prop {Map} item-focused-hover-background [color: ('primary', 600)] - The focused & hover background color for button group items.
Expand All @@ -607,7 +607,7 @@ $fluent-button-group: extend(
/// @prop {Map} item-selected-icon-color [contrast-color: ('primary', 700)] - The icon color for a selected item in the button group.
/// @prop {Map} item-selected-border-color [color: ('primary', 700)] - The border color for a selected item from the button group.
/// @prop {Map} item-selected-hover-background [color: ('primary', 800)] - The background color for a selected item in hover or focus state in the button group.
/// @prop {Map} item-selected-hover-border-color [color: ('primary', 700)] - The border color for a selected item in hover state in the button group.
/// @prop {Map} item-selected-hover-border-color [color: ('primary', 800)] - The border color for a selected item in hover state in the button group.
/// @prop {Map} item-selected-hover-text-color [contrast-color: ('primary', 700)] - The text color for a selected item in hover state in the button group.
/// @prop {Map} item-selected-hover-icon-color [contrast-color: ('primary', 700)] - The icon color for a selected item in hover state in the button group.
/// @prop {Map} item-selected-focus-background [color: ('primary', 700)] - The background color for a selected item in focus state in the button group.
Expand Down Expand Up @@ -675,7 +675,7 @@ $bootstrap-button-group: extend(
item-hover-border-color: (
color: (
'primary',
500,
600,
),
),

Expand Down Expand Up @@ -794,7 +794,7 @@ $bootstrap-button-group: extend(
item-selected-hover-border-color: (
color: (
'primary',
700,
800,
),
),

Expand Down
Loading