Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: ion-item box-shadow #20392

Closed
ghost opened this issue Feb 6, 2020 · 3 comments
Closed

bug: ion-item box-shadow #20392

ghost opened this issue Feb 6, 2020 · 3 comments
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@ghost
Copy link

ghost commented Feb 6, 2020

Bug Report

Ionic version:

[x] 5.0.0-rc.3

Current behavior:

The variable css --box-shadow does not have the same effect as box-shadow of css

Expected behavior:
The varibale --box-shadow will have the same effect as box-shadow css.

Example:

1-

ion-item {
    box-shadow: 0 0 3px 0 var(--ion-color-medium);
}

wihout

2-

ion-item {
    --box-shadow: 0 0 3px 0 var(--ion-color-medium);
}

with

Thanks for your help.
Achille.

@ionitron-bot ionitron-bot bot added the triage label Feb 6, 2020
@liamdebeasi
Copy link
Member

Thanks for the issue. It looks like this --box-shadow property never worked and wasn't supposed to be in there anyways. Moving forward, we suggest that developers just use box-shadow directly on ion-item.

@liamdebeasi liamdebeasi added package: core @ionic/core package type: bug a confirmed bug report labels Feb 7, 2020
@ionitron-bot ionitron-bot bot removed the triage label Feb 7, 2020
@liamdebeasi
Copy link
Member

Thanks for the issue. This has been resolved via #20412.

@ionitron-bot
Copy link

ionitron-bot bot commented Mar 8, 2020

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Mar 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

No branches or pull requests

1 participant