Merge pull request #6290 from vector-im/luke/fix-tag-tile-avatar-border-gap

Fix gap between avatar and border
pull/6316/head
Matthew Hodgson 2018-03-12 18:05:22 +00:00 committed by GitHub
commit 5bfa052a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -75,9 +75,15 @@ limitations under the License.
padding: 3px 0px;
}
.mx_TagPanel .mx_TagTile.mx_TagTile_selected .mx_TagTile_avatar {
.mx_TagPanel .mx_TagTile.mx_TagTile_selected .mx_TagTile_avatar .mx_BaseAvatar {
border: 3px solid $accent-color;
background-color: $accent-color;
border-radius: 60px;
/* In case this is a "initial" avatar */
display: block;
height: 35px;
width: 35px;
}
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {