MOBILE-4350 theme: Improve opacity of disabled items
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 36 KiB |
|
@ -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.
|
||||
|
|