mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
@ -70,6 +70,14 @@ Licensed under MIT
|
|||||||
| `update` | Update the underlying slider implementation. Call this if you've added or removed child slides. |
|
| `update` | Update the underlying slider implementation. Call this if you've added or removed child slides. |
|
||||||
|
|
||||||
|
|
||||||
|
## CSS Custom Properties
|
||||||
|
|
||||||
|
| Name | Description |
|
||||||
|
| ---------------------------- | ------------------------------------------ |
|
||||||
|
| `--bullet-background` | Background of the pagination bullets |
|
||||||
|
| `--bullet-background-active` | Background of the active pagination bullet |
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
*Built with [StencilJS](https://stenciljs.com/)*
|
*Built with [StencilJS](https://stenciljs.com/)*
|
||||||
|
@ -5,6 +5,13 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
|
/**
|
||||||
|
* @prop --bullet-background: Background of the pagination bullets
|
||||||
|
* @prop --bullet-background-active: Background of the active pagination bullet
|
||||||
|
*/
|
||||||
|
|
||||||
|
// TODO: document progress and scroll bar properties once they're working
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
Reference in New Issue
Block a user