Merge pull request #5107 from matrix-org/t3chguy/room-list/community-active-marker

Fix styling for selected community marker
This commit is contained in:
Michael Telatynski 2020-08-13 20:22:35 +01:00 committed by GitHub
commit a4847da0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,13 +108,12 @@ limitations under the License.
.mx_TagPanel .mx_TagTile.mx_TagTile_selected::before { .mx_TagPanel .mx_TagTile.mx_TagTile_selected::before {
content: ''; content: '';
height: calc(100% + 16px); height: 100%;
background-color: $accent-color; background-color: $accent-color;
width: 5px; width: 4px;
position: absolute; position: absolute;
left: -15px; left: -12px;
border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;
top: -8px; // (16px from height / 2)
} }
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus { .mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {