Bring dropdown styling into closer line with rest of our styling

pull/21833/head
Michael Telatynski 2021-07-06 10:08:57 +01:00
parent 44bbf60973
commit 82100df9ea
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ limitations under the License.
display: flex;
align-items: center;
position: relative;
border-radius: 3px;
border-radius: 4px;
border: 1px solid $strong-input-border-color;
font-size: $font-12px;
user-select: none;
@ -109,7 +109,7 @@ input.mx_Dropdown_option:focus {
z-index: 2;
margin: 0;
padding: 0px;
border-radius: 3px;
border-radius: 4px;
border: 1px solid $input-focused-border-color;
background-color: $primary-bg-color;
max-height: 200px;