MOBILE-4350 theme: Improve opacity of disabled items

main
Noel De Martin 2024-02-15 13:07:08 +01:00
parent cf2639e134
commit c41ac5a3cf
9 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -85,7 +85,9 @@ Feature: It navigates properly in pages with a split-view component.
And I should find "Course 1" in the app
And I should find "Course 2" in the app
And I should find "Grade category C1" in the app
And the UI should match the snapshot
When I replace "/.*/" within "core-user-avatar .userinitials" with "M"
Then the UI should match the snapshot
# Open C1 course grades
When I press "Grade item C1" in the app

View File

@ -1522,9 +1522,10 @@ html.ios div.fake-ion-item {
// Disabled items.
ion-item.item-disabled,
ion-button.button-disabled,
ion-item.item-interactive-disabled:not(.item-multiple-inputs) ion-label,
ion-datetime.datetime-disabled {
opacity: .8 !important;
opacity: .65 !important;
}
// Hide details on items to align badges.