* fix(transition): add all header toolbars to ios transition
* test(nav): add 2nd toolbar to test transition
* fix(transition): add remaining toolbar children to animation
* fix(transition): fix incorrect variable name
* fix(toolbar): fix bug in safari, clean up code, update test
* fix typo
* change elems to els
* change Elem to El
* Revert "fix(range): improved rtl support (#17479)"
This reverts commit f832de5f4ac1e7db5a2a1c48ca7b85ad7ef671b5.
revert range rtl support
* Revert "feat(range): add neutral point (#17400)"
This reverts commit 15acb4be37eef4d1c90229cf64fb836e249c225c.
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 c3748a8ed40d710d81cd8142d15b6b979ce0d9c3.
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 e80abea5cf41a54131b90d17f496a8aa5d32e75d.
* 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