fix(v2): various improvements for accessibility (#2480)

This commit is contained in:
Alexey Pyltsyn 2020-03-29 18:35:58 +03:00 committed by GitHub
parent 8fe203d529
commit c299baa80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 169 additions and 161 deletions

View file

@ -35,8 +35,13 @@
.browserWindowAddressBar {
flex: 1 0;
margin-left: 0.5rem;
margin-right: 1rem;
margin: 0 1rem 0 0.5rem;
border-radius: 12.5px;
background-color: #fff;
color: #666;
padding: 5px 15px;
font: 400 13px Arial;
user-select: none;
}
.dot {
@ -49,17 +54,6 @@
display: inline-block;
}
input[type='text'] {
width: 100%;
border-radius: 12.5px;
border: none;
background-color: white;
margin-top: -8px;
height: 25px;
color: #666;
padding: 5px 15px;
}
.browserWindowMenuIcon {
margin-left: auto;
}