diff --git a/src/components/UI/DropDown/DropDown.css b/src/components/UI/DropDown/DropDown.css index eb1218a..1e6ad0a 100644 --- a/src/components/UI/DropDown/DropDown.css +++ b/src/components/UI/DropDown/DropDown.css @@ -6,20 +6,7 @@ padding: 0; } -.DropDownSelect { - width: 100%; - height: 100%; - display: block; - margin: 0; - padding: 2px; - border-radius: var(--border_radius); - background: var(--control_background); - border: none; - color: var(--text_color); - box-sizing: border-box; -} - -.DropDownSelect.Alt { +.DropDownSelect, .DropDownSelect.Alt { width: 100%; height: 100%; display: block; @@ -30,6 +17,7 @@ border: none; color: var(--text_color); box-sizing: border-box; + outline: none !important; } .DropDownSelect.Auto {