From c048c6f9bf3c4d482a6a0afda596844521e0b9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 25 Feb 2019 17:12:16 +0100 Subject: [PATCH] MOBILE-1973 feedback: Solve item input feedback styles --- src/app/app.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/app.scss b/src/app/app.scss index 63d415519..679a902f5 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -664,6 +664,22 @@ ion-app.app-root { } } + .core-#{$color-name}-item.item-input { + border-bottom: 0 !important; + + &.item-md .item-inner { + @include md-input-highlight($color-base); + } + + &.item-ios .item-inner { + @include ios-input-highlight($color-base); + } + + &.item-wp .item-inner { + border-color: $color-base; + } + } + .core-#{$color-name}-selected-item { @include safe-area-border-start(5px, solid, $color-base);