MOBILE-3751 a11y: Style toolbar headings
parent
7078ff5757
commit
a40a878a75
|
@ -3,11 +3,10 @@
|
||||||
<ion-buttons slot="start">
|
<ion-buttons slot="start">
|
||||||
<ion-back-button [text]="'core.back' | translate"></ion-back-button>
|
<ion-back-button [text]="'core.back' | translate"></ion-back-button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
|
<h1>
|
||||||
<ion-title>
|
|
||||||
<core-format-text [text]="siteName" contextLevel="system" [contextInstanceId]="0"></core-format-text>
|
<core-format-text [text]="siteName" contextLevel="system" [contextInstanceId]="0"></core-format-text>
|
||||||
<img src="assets/img/toolbar_logo.png" class="core-header-logo" [alt]="siteName">
|
<img src="assets/img/toolbar_logo.png" class="core-header-logo" [alt]="siteName">
|
||||||
</ion-title>
|
</h1>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
@import "~theme/globals";
|
@import "~theme/globals";
|
||||||
|
|
||||||
@if ($core-dashboard-logo) {
|
@if ($core-dashboard-logo) {
|
||||||
.toolbar-title-default.md .title-default .core-header-logo {
|
.in-toolbar.md h1 .core-header-logo {
|
||||||
max-height: $toolbar-md-height - 24;
|
max-height: $toolbar-md-height - 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-title-default.ios .title-default .core-header-logo {
|
.in-toolbar.ios h1 .core-header-logo {
|
||||||
max-height: $toolbar-ios-height - 24;
|
max-height: $toolbar-ios-height - 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar-title-default .title-default core-format-text {
|
.in-toolbar h1 core-format-text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
} @else {
|
} @else {
|
||||||
.toolbar-title-default .core-header-logo {
|
.in-toolbar h1 .core-header-logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -269,6 +269,8 @@ $z-index-overlay-wrapper: 10;
|
||||||
$toolbar-background: $brand-color !default;
|
$toolbar-background: $brand-color !default;
|
||||||
$toolbar-color: get_contrast_color($toolbar-background) !default;
|
$toolbar-color: get_contrast_color($toolbar-background) !default;
|
||||||
$toolbar-button-image-size: 44px !default;
|
$toolbar-button-image-size: 44px !default;
|
||||||
|
$toolbar-height-md: 56px !default;
|
||||||
|
$toolbar-height-ios: 54px !default;
|
||||||
|
|
||||||
// Bottom tab bar.
|
// Bottom tab bar.
|
||||||
$bottom-tabs-background: $white !default;
|
$bottom-tabs-background: $white !default;
|
||||||
|
|
|
@ -49,11 +49,50 @@
|
||||||
.font-lg { font-size: 1.7rem; }
|
.font-lg { font-size: 1.7rem; }
|
||||||
.font-sm { font-size: 1.2rem; }
|
.font-sm { font-size: 1.2rem; }
|
||||||
|
|
||||||
|
// Headings.
|
||||||
.item-heading {
|
.item-heading {
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
color: initial !important;
|
color: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-header h1,
|
||||||
|
ion-header h2 {
|
||||||
|
display: block;
|
||||||
|
transform: translateZ(0);
|
||||||
|
color: initial;
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-app.md ion-header h1,
|
||||||
|
ion-app.md ion-header h2 {
|
||||||
|
padding-inline: 20px;
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 500;
|
||||||
|
letter-spacing: .0125em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-app.ios ion-header h1,
|
||||||
|
ion-app.ios ion-header h2 {
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
padding-inline: 90px;
|
||||||
|
position: absolute;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
transform: translateZ(0);
|
||||||
|
font-size: 17px;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: #{$toolbar-height-ios};
|
||||||
|
box-sizing: border-box;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Correctly inherit ion-text-wrap onto labels.
|
// Correctly inherit ion-text-wrap onto labels.
|
||||||
ion-item.ion-text-wrap ion-label {
|
ion-item.ion-text-wrap ion-label {
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
|
@ -80,6 +119,14 @@ ion-item.ion-text-wrap ion-label {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ionic toolbar.
|
// Ionic toolbar.
|
||||||
|
ion-app.md ion-toolbar {
|
||||||
|
--min-height: #{$toolbar-height-md};
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-app.ios ion-toolbar {
|
||||||
|
--min-height: #{$toolbar-height-ios};
|
||||||
|
}
|
||||||
|
|
||||||
ion-toolbar ion-back-button,
|
ion-toolbar ion-back-button,
|
||||||
ion-toolbar .in-toolbar.button-clear {
|
ion-toolbar .in-toolbar.button-clear {
|
||||||
--color: var(--core-header-toolbar-color);
|
--color: var(--core-header-toolbar-color);
|
||||||
|
@ -387,8 +434,8 @@ ion-item img.core-module-icon[slot="start"] {
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-toolbar ion-title img.core-bar-button-image,
|
ion-toolbar h1 img.core-bar-button-image,
|
||||||
ion-toolbar ion-title .core-bar-button-image img {
|
ion-toolbar h1 .core-bar-button-image img {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: var(--core-header-toolbar-button-image-size);
|
width: var(--core-header-toolbar-button-image-size);
|
||||||
height: var(--core-header-toolbar-button-image-size);
|
height: var(--core-header-toolbar-button-image-size);
|
||||||
|
|
Loading…
Reference in New Issue