Boolean$select-disable-everything: text-field.$disable-everything !default;Set to true to disable the Select styles.
Boolean$select-disable-option: $disable-everything !default;Set to true to disable the Option styles.
Boolean$select-disable-native-select: base.$form-disable-everything !default;Set to true to disable the NativeSelect styles.
Boolean$select-disable-native-select-multiple: base.$form-disable-everything !default;Set to true to disable the multiselect styles for the NativeSelect.
Number$select-native-select-addon-top: 1rem !default;The addon position within a NativeSelect.
Number$select-native-select-multiple-padding: 0.75rem !default;The padding to apply to a multiselect NativeSelect.
Number$select-native-select-multiple-underline-padding: 1.5rem !default;The padding to apply to a multiselect NativeSelect when the
theme="underline".
Number$select-option-selected-icon-size: 1rem !default;The default icon size for a selected Option.
Map$select-option-selected-styles: (
--rmd-icon-color: currentcolor,
--rmd-mark-color: currentcolor,
background-color: colors.$blue-900,
color: colors.$white,
) !default;The default Option styles while selected.
Number$select-option-padding-left: calc(
list.$item-horizontal-padding -
#{math.div(icon.$size - $option-selected-icon-size, 2)}
) !default;The padding-left to apply to an Option when the disableSelectedIcon
prop has not been enabled.
Number$select-option-selected-icon-spacing: $option-padding-left !default;The spacing between the selected icon and the Option content.
mixin@mixin option-styles($disable-layer: false) { … }Generates all the styles based on feature flags.
| Name | Description | Type | Default Value |
|---|---|---|---|
$disable-layer | Set this to | Boolean | false |
mixin@mixin native-select-styles($disable-layer: false) { … }Generates all the styles based on feature flags.
| Name | Description | Type | Default Value |
|---|---|---|---|
$disable-layer | Set this to | Boolean | false |
mixin@mixin select-styles($disable-layer: false) { … }Generates all the styles based on feature flags.
| Name | Description | Type | Default Value |
|---|---|---|---|
$disable-layer | Set this to | Boolean | false |
mixin@mixin styles($disable-layer: false) { … }Generates all the styles based on feature flags.
| Name | Description | Type | Default Value |
|---|---|---|---|
$disable-layer | Set this to | Boolean | false |