forked from EVOgeek/Vmeda.Online
MOBILE-4350 theme: Improve opacity of disabled items
This commit is contained in:
parent
cf2639e134
commit
c41ac5a3cf
src
addons
messages/tests/behat/snapshots
mod
forum/tests/behat/snapshots
quiz/tests/behat/snapshots
core
features/login/tests/behat/snapshots
test-basic-usage-of-login-in-app-add-a-new-account-in-the-app--site-name-in-displayed-when-adding-a-new-account_13.pngtest-basic-usage-of-login-in-app-add-a-new-account-in-the-app--site-name-in-displayed-when-adding-a-new-account_9.png
tests/behat
theme
Binary file not shown.
Before ![]() (image error) Size: 17 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 22 KiB After ![]() (image error) Size: 22 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 21 KiB After ![]() (image error) Size: 21 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 33 KiB After ![]() (image error) Size: 33 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 28 KiB After ![]() (image error) 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
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 34 KiB |
BIN
src/core/tests/behat/snapshots/it-navigates-properly-in-pages-with-a-split-view-component-navigate-in-grades-tab-on-tablet_15.png
Normal file
BIN
src/core/tests/behat/snapshots/it-navigates-properly-in-pages-with-a-split-view-component-navigate-in-grades-tab-on-tablet_15.png
Normal file
Binary file not shown.
After ![]() (image error) 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user