refactor: remove unused css

This commit is contained in:
Liam DeBeasi
2023-12-06 12:22:36 -05:00
parent 5190ab3e9e
commit e4f3c67403

View File

@@ -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;