forked from liferay/clay
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lexicon-base - forms.scss - makes label element relative so the input will stay inline with the label #80
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e there are other variables in the block
…tion and Documents and Media demo
… more customizable
…input-label-disabled-opacity`, `$input-label-focus-color`, `$input-label-font-size`, `$input-label-font-weight`, `$input-label-margin-bottom`
…d-border`, `$input-disabled-color`, `$input-disabled-opacity`, `$input-disabled-placeholder-color`. Deprecated `$input-border-disabled` use `$input-disabled-border` instead. Removed redundant selector `select[disabled].form-control`.
…nput-readonly-border`, `$input-readonly-color`. Lexicon Base and Atlas added option to customize `$input-readonly-cursor`.
…istent variable naming pattern (input disabled variables)
…se `$input-opacity-disabled` instead. Opacity on the label cascades to the input when input is nested in label, two different values cause styling issues.
…or` and `$input-select-icon-focus-color`
…g` and `$input-select-focus-bg`
…n `$collapse-icon-padding-left`, `$collapse-icon-padding-right`, `$collapse-icon-position-bottom`, `$collapse-icon-position-left`, `$collapse-icon-position-right`, `$collapse-icon-position-top`
…anel-group `$panel-group-panel-spacer`
…anel-danger-footer-border`, `$panel-danger-footer-text`, `$panel-default-footer-bg`, `$panel-default-footer-border`, `$panel-default-footer-text`, `$panel-info-footer-bg`, `$panel-info-footer-border`, `$panel-info-footer-text`, `$panel-primary-footer-bg`, `$panel-primary-footer-border`, `$panel-primary-footer-text`, `$panel-success-footer-bg`, `$panel-success-footer-border`, `$panel-success-footer-text`, `$panel-warning-footer-bg`, `$panel-warning-footer-border`, `$panel-warning-footer-text`
…-list-link-color-hover`
… `$table-header-color`
…ble-list-header-border-bottom-width`, `$table-list-header-font-size`, `$table-list-header-font-weight`, `$table-list-header-min-height`, `$table-list-header-vertical-alignment`
…ont-size`, `$table-header-font-weight`, `$table-header-min-height`
… to other components if its not a checkbox or dropdown
…ont-size`, `$breadcrumb-font-weight`, `$breadcrumb-text-transform`, `$breadcrumb-link-color` and remove unnecessary variable exists checks
…independent of global border-radius
…-weight`, `$breadcrumb-active-font-weight`
…or`, `$breadcrumb-link-text-decoration`, `$breadcrumb-link-hover-text-decoration`
Misc: Comments in released files should contain the correct version
…t will stay inline with the label
Sent to develop, Thanks! New pull: liferay#332 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an update for https://github.com/liferay/lexicon/issues/331
Please see https://issues.liferay.com/browse/LPS-70956 for context.
/cc @pei-jung, @Robert-Frampton