From e4f3c67403d0adbb0a6f7c53a2de10ecffeccc52 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 6 Dec 2023 12:22:36 -0500 Subject: [PATCH] refactor: remove unused css --- .../picker-column/picker-column.scss | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/core/src/components/picker-column/picker-column.scss b/core/src/components/picker-column/picker-column.scss index c0149cb7a5..4cf7739358 100644 --- a/core/src/components/picker-column/picker-column.scss +++ b/core/src/components/picker-column/picker-column.scss @@ -112,44 +112,6 @@ justify-content: start; } -// TODO FW-5580 remove this -:host .picker-item { - @include padding(0); - @include margin(0); - - display: block; - - width: 100%; - - height: 34px; - - border: 0px; - - outline: none; - - background: transparent; - - color: inherit; - - font-family: $font-family-base; - - font-size: inherit; - - line-height: 34px; - - text-align: inherit; - - text-overflow: ellipsis; - - white-space: nowrap; - - cursor: pointer; - - overflow: hidden; - - scroll-snap-align: center; -} - // TODO FW-5580 remove this. // Figure out if we still need the .picker-item-empty selector :host .picker-item-empty, @@ -157,26 +119,10 @@ cursor: default; } -// TODO FW-5580 remove this -:host .picker-item-empty, -:host(:not([disabled])) .picker-item[disabled] { - scroll-snap-align: none; -} - :host([disabled]) { overflow-y: hidden; } -// TODO FW-5580 remove this -:host .picker-item[disabled] { - opacity: 0.4; -} - -// TODO FW-5580 remove this -:host(.picker-column-active) .picker-item.picker-item-active { - color: current-color(base); -} - @media (any-hover: hover) { :host(:focus) .picker-opts { outline: none;