-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[ ] 3.x
[x] 4.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
After discussion with @bensperry, we need to make some color corrections. Snapshot comparison for reference: http://ionic-snapshot-go.appspot.com/ionic-core/snapshots/v3-master/ye9/chrome_400x800
Alert
- MD text is lighter
- MD input borders on prompt look darker
Chip
- Chip default background is too dark
Searchbar
- Input background color is too dark (alpha should be
.07)
Split Pane
- The border between menu and content for MD mode should have transparency (alpha should be
.13):
It should be black (or super dark) but with opacity to get it close to the same color as the solid one in there now.
Here is the value that the item border color should use in order to show a transparent border that still shows up as #dedede
1px solid rgba(var(--ion-item-md-border-color-rgb, var(--ion-item-border-color-rgb, 0, 0, 0)), var(--ion-alpha-md-border-medium, var(--ion-alpha-border-medium, 0.13)))
We don't have an alpha variable with the value of 0.13 though, so these are the current options:
| Variable | Opacity | Rendered Color |
|---|---|---|
| $alpha-border-low | .1 | #e5e5e5 |
| $alpha-border-medium | .2 | #cccccc |
Metadata
Metadata
Assignees
Labels
No labels
