We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d576a4a commit b2a8eeeCopy full SHA for b2a8eee
core/src/components/list-header/list-header.ionic.scss
@@ -4,10 +4,12 @@
4
5
:host {
6
--background: transparent;
7
+ --color: #{globals.$ionic-color-neutral-1200};
8
9
min-height: 58px;
10
11
font-size: globals.$ionic-font-size-350;
12
+ font-weight: globals.$ionic-font-weight-medium;
13
14
line-height: globals.$ionic-line-height-600;
15
@@ -35,12 +37,6 @@
35
37
// --------------------------------------------------
36
38
39
// Label
-::slotted(ion-label) {
- --color: #{globals.$ionic-color-neutral-1200};
40
-
41
- font-weight: globals.$ionic-font-weight-medium;
42
-}
43
44
::slotted(ion-label) ::slotted(p) {
45
font-weight: globals.$ionic-font-weight-regular;
46
}
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-ltr-light-Mobile-Chrome-linux.png
617 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-ltr-light-Mobile-Firefox-linux.png
322 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-ltr-light-Mobile-Safari-linux.png
510 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-rtl-light-Mobile-Chrome-linux.png
629 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-rtl-light-Mobile-Firefox-linux.png
210 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-ionic-md-rtl-light-Mobile-Safari-linux.png
544 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-safe-area-ionic-md-ltr-light-Mobile-Chrome-linux.png
-30 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-safe-area-ionic-md-ltr-light-Mobile-Firefox-linux.png
-2 Bytes
core/src/components/list-header/test/basic/list-header.e2e.ts-snapshots/list-header-safe-area-ionic-md-ltr-light-Mobile-Safari-linux.png
-12 Bytes
0 commit comments