Skip to content

Commit c41ac5a

Browse files
committed
MOBILE-4350 theme: Improve opacity of disabled items
1 parent cf2639e commit c41ac5a

9 files changed

+5
-2
lines changed
268 Bytes
Loading
98 Bytes
Loading
45 Bytes
Loading
Loading
Loading

src/core/tests/behat/navigation_splitview.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ Feature: It navigates properly in pages with a split-view component.
8585
And I should find "Course 1" in the app
8686
And I should find "Course 2" in the app
8787
And I should find "Grade category C1" in the app
88-
And the UI should match the snapshot
88+
89+
When I replace "/.*/" within "core-user-avatar .userinitials" with "M"
90+
Then the UI should match the snapshot
8991

9092
# Open C1 course grades
9193
When I press "Grade item C1" in the app
35.6 KB
Loading

src/theme/theme.base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,9 +1522,10 @@ html.ios div.fake-ion-item {
15221522

15231523
// Disabled items.
15241524
ion-item.item-disabled,
1525+
ion-button.button-disabled,
15251526
ion-item.item-interactive-disabled:not(.item-multiple-inputs) ion-label,
15261527
ion-datetime.datetime-disabled {
1527-
opacity: .8 !important;
1528+
opacity: .65 !important;
15281529
}
15291530

15301531
// Hide details on items to align badges.

0 commit comments

Comments
 (0)