Skip to content

Commit 15d8878

Browse files
committed
Rename TagPanel_logo to TagPanel_clearButton
1 parent 2deb07a commit 15d8878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
justify-content: space-between;
2626
}
2727

28-
.mx_TagPanel .mx_TagPanel_logo {
28+
.mx_TagPanel .mx_TagPanel_clearButton {
2929
/* Constant height within flex mx_TagPanel */
3030
height: 70px;
3131
width: 60px;
@@ -37,12 +37,12 @@ limitations under the License.
3737
align-items: center;
3838
}
3939

40-
.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {
40+
.mx_TagPanel .mx_TagPanel_clearButton.mx_AccessibleButton:focus {
4141
filter: none;
4242
background: rgba(255,255,255, 0.2);
4343
}
4444

45-
.mx_TagPanel .mx_TagPanel_logo object {
45+
.mx_TagPanel .mx_TagPanel_clearButton object {
4646
pointer-events: none;
4747
}
4848

0 commit comments

Comments
 (0)