mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #6290 from vector-im/luke/fix-tag-tile-avatar-border-gap
Fix gap between avatar and border
This commit is contained in:
commit
5bfa052a48
@ -75,9 +75,15 @@ limitations under the License.
|
|||||||
padding: 3px 0px;
|
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;
|
border: 3px solid $accent-color;
|
||||||
|
background-color: $accent-color;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
|
|
||||||
|
/* In case this is a "initial" avatar */
|
||||||
|
display: block;
|
||||||
|
height: 35px;
|
||||||
|
width: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {
|
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user