Skip to content

Commit

Permalink
fix(item): remove unneeded box-shadow CSS variable (#20412)
Browse files Browse the repository at this point in the history
resolves #20392
  • Loading branch information
liamdebeasi committed Feb 7, 2020
1 parent aa663b7 commit a6764c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/api.txt
Expand Up @@ -498,7 +498,6 @@ ion-item,css-prop,--border-color
ion-item,css-prop,--border-radius
ion-item,css-prop,--border-style
ion-item,css-prop,--border-width
ion-item,css-prop,--box-shadow
ion-item,css-prop,--color
ion-item,css-prop,--color-activated
ion-item,css-prop,--color-focused
Expand Down
4 changes: 0 additions & 4 deletions core/src/components/item/item.scss
Expand Up @@ -18,8 +18,6 @@
* @prop --border-style: Style of the item border
* @prop --border-width: Width of the item border
*
* @prop --box-shadow: Box shadow of the item
*
* @prop --color: Color of the item
* @prop --color-activated: Color of the item when pressed
* @prop --color-focused: Color of the item when focused with the tab key
Expand Down Expand Up @@ -59,7 +57,6 @@
--padding-bottom: 0px;
--padding-end: 0px;
--padding-start: 0px;
--box-shadow: none;
--inner-border-width: 0px;
--inner-padding-top: 0px;
--inner-padding-bottom: 0px;
Expand Down Expand Up @@ -221,7 +218,6 @@

background: var(--background);

box-shadow: var(--box-shadow);
overflow: inherit;
box-sizing: border-box;

Expand Down
1 change: 0 additions & 1 deletion core/src/components/item/readme.md
Expand Up @@ -1405,7 +1405,6 @@ Item Inputs
| `--border-radius` | Radius of the item border |
| `--border-style` | Style of the item border |
| `--border-width` | Width of the item border |
| `--box-shadow` | Box shadow of the item |
| `--color` | Color of the item |
| `--color-activated` | Color of the item when pressed |
| `--color-focused` | Color of the item when focused with the tab key |
Expand Down

0 comments on commit a6764c4

Please sign in to comment.