mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Add more left padding to fix focus highlight
This commit is contained in:
parent
271eeeabee
commit
a61cbc1a11
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ limitations under the License.
|
|||
box-sizing: border-box;
|
||||
height: $font-16px;
|
||||
width: $font-16px;
|
||||
margin-left: 1px; // For the highlight on focus
|
||||
margin-left: 2px; // For the highlight on focus
|
||||
|
||||
border: $font-1-5px solid $radio-circle-color;
|
||||
border-radius: $font-16px;
|
||||
|
|
Loading…
Reference in a new issue