* Revert "fix(range): improved rtl support (#17479)"
This reverts commit f832de5f4a.
revert range rtl support
* Revert "feat(range): add neutral point (#17400)"
This reverts commit 15acb4be37.
revert neutral point
This adds an `indeterminate` prop to the `ion-checkbox` component, which visually renders the checkbox with a dash to indicate an indeterminate state.
closes#16943
* fix slotted icon color md
* fix same issue in item divider
* aevert "fix same issue in item divider"
a
ahis reverts commit c3748a8ed4.
a
a Please enter the commit message for your changes. Lines starting
a with '#' will be ignored, and an empty message aborts the commit.
a
a On branch fix-slot-icon-color-md
a Changes to be committed:
a modified: core/src/components/item-divider/item-divider.md.scss
a
* Revert "fix slotted icon color md"
This reverts commit e80abea5cf.
* fix case where no color
* chore(): update selector to make it easier to override
* moves most of the CSS to the host element so that it's easier to customize the skeleton text
* adds auto inherit for border-radius
* moves height to 100% so it will naturally fill an avatar and thumbnail
* adds animated property defaulted to `false`
* removes mode specific styles as they're the same
* changes background to an rgba making it easier to customize
* still works outside of a container element
* adds usage examples for javascript and angular
* moves the width to the parent element making it easier to style
* adds the ability to style the width using CSS
* uses the global theme text color as the background if a custom background is not supplied before defaulting
closesionic-team/ionic-docs#407
Adds classes to set display none on any element.
* add `.ion-hide` selector to hide content
* add `.ion-hide-{breakpoint}-{up|down}]` to selectively hide content
closes#10904
* Add tests.
* updates after API meeting.
* test(): add tests for create controller components.
* correct testing for controller component
* Ensure tests properly cleanup after each run.
* create common test utils for overlay and controllers.
* initial tests for ion router outlet
* simple update.
* add mocks for jest tests.
* Revert "fix(range): improved rtl support (#17479)"
This reverts commit f832de5f4a.
revert range rtl support
* Revert "feat(range): add neutral point (#17400)"
This reverts commit 15acb4be37.
revert neutral point