MOBILE-3320 chore: Fix typos and missing files
parent
193be52ffa
commit
25edf4a3aa
Binary file not shown.
After Width: | Height: | Size: 972 B |
|
@ -31,7 +31,7 @@ import { Directive, ElementRef, OnInit, Input, Output, EventEmitter } from '@ang
|
|||
*
|
||||
* Example usage:
|
||||
*
|
||||
* <a ion-button [core-suppress-events] (onClick)="toggle($event)">
|
||||
* <ion-button [core-suppress-events] (onClick)="toggle($event)">
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[core-suppress-events]',
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
ion-slide {
|
||||
--background: var(--core-tab-background);
|
||||
--color: var(--core-tab-color);
|
||||
--border-color: var(--core-tab-border-colo);
|
||||
--border-color: var(--core-tab-border-color);
|
||||
--color-active: var(--core-tab-color-active);
|
||||
--border-color-active: var(--core-tab-border-color-active);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue