Overview of CSS Classes
Selector |
.nds-input
|
---|---|
Summary | Initializes text input |
Restrict |
input
|
Selector |
readonly
|
---|---|
Summary | |
Restrict |
.nds-input
|
Selector |
.nds-input_bare
|
---|---|
Summary | Removes aesthetic nature from an input |
Restrict |
.nds-input, input, textarea
|
Selector |
.nds-input_height
|
---|---|
Summary | Used to apply an input size to another element thats a non input Because sometimes I need elements the same height as inputs |
Restrict |
.nds-input
|
Selector |
:focus::-ms-input-placeholder
|
---|---|
Summary | Use on input container to hide placeholder when there's no focus in Microsoft Edge |
Restrict |
|
Selector |
.nds-input_borders
|
---|---|
Summary | Modifier to allow a [readonly] input to have borders |
Restrict |
.nds-input
|
Selector |
.nds-input-has-icon
|
---|---|
Summary | Modifier if text input has svg icon adjacent to input |
Restrict |
.nds-form-element div
|
Selector |
.nds-input__icon
|
---|---|
Summary | Hook for .nds-input-has-icon |
Restrict |
.nds-input-has-icon svg, .nds-input-has-icon button, .nds-input-has-icon span
|
Selector |
.nds-input-has-icon_left
|
---|---|
Summary | Positions .nds-input__icon to the left of the text input |
Restrict |
.nds-input-has-icon
|
Selector |
.nds-input-has-icon_right
|
---|---|
Summary | Positions .nds-input__icon to the right of the text input |
Restrict |
.nds-input-has-icon
|
Selector |
.nds-input-has-icon_left-right
|
---|---|
Summary | Positions .nds-input__icon_left to the left of the text input and .nds-input__icon_right to the right of the text input |
Restrict |
.nds-input-has-icon
|
Selector |
.nds-input__icon_left
|
---|---|
Summary | Hook for .nds-input-has-icon--left-right |
Restrict |
.nds-input__icon
|
Selector |
.nds-input__icon_right
|
---|---|
Summary | Hook for .nds-input-has-icon_left-right |
Restrict |
.nds-input__icon
|
Selector |
.nds-input__icon-group
|
---|---|
Summary | Positions two items (icons and/or spinners) on one side or the other of the input |
Restrict |
.nds-input-has-icon div
|
Selector |
.nds-input__icon-group_right
|
---|---|
Summary | Positions the close icon and spinner on the right side of the input while searching |
Restrict |
.nds-input__icon-group
|
Selector |
.nds-input-has-fixed-addon
|
---|---|
Summary | Use on input container to let it know there is fixed text to the left or right of the input |
Restrict |
.nds-form-element .nds-form-element__control
|
Selector |
.nds-form-element__addon
|
---|---|
Summary | Fixed text that sits to the left or right of an input |
Restrict |
.nds-form-element span
|
Selector |
.nds-form-element__static
|
---|---|
Summary | Initializes read-only form element |
Restrict |
.nds-form-element span, .nds-form-element div
|
Selector |
.nds-form-element__static_edit
|
---|---|
Summary | Inline Edit on static form element |
Restrict |
.nds-form-element__static
|