diff --git a/src/Connected.Components/Styles/components/_inputs.scss b/src/Connected.Components/Styles/components/_inputs.scss index 0057e5a..935b75a 100644 --- a/src/Connected.Components/Styles/components/_inputs.scss +++ b/src/Connected.Components/Styles/components/_inputs.scss @@ -1,10 +1,6 @@ @use "../util" as *; @use "../globals" as *; - - - - $trans-time: 300ms; $width: 100%; @@ -199,29 +195,8 @@ form{ display:none } -/*SELECT*/ - - -select { - appearance: none; - - &:focus-within ~ .drop-down { - height: auto; - max-height: max-content; - opacity: 1; - pointer-events: initial; - - } - &:focus-within ~ .backdrop { - opacity: 1; - display: block; - } -} - - /*form group-alt*/ - .form-group-alt { --height: 2.5rem;