Merge pull request #6212 from matrix-org/t3chguy/fix/17686

This commit is contained in:
Michael Telatynski
2021-07-23 09:09:17 +01:00
committed by GitHub
32 changed files with 1431 additions and 591 deletions
+2 -2
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;