Skip to content

Commit d806707

Browse files
authored
Merge pull request element-hq#6216 from vector-im/luke/feature-tag-panel-global-filter-cross
CSS for changing "R" to "X" for clearing group filter
2 parents bc5129f + 15d8878 commit d806707

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

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

28-
.mx_TagPanel .mx_TagPanel_logo {
28+
.mx_TagPanel .mx_TagPanel_clearButton {
29+
/* Constant height within flex mx_TagPanel */
30+
height: 70px;
2931
width: 60px;
30-
height: 60px;
31-
padding: 5px 0px;
32+
33+
flex: none;
34+
35+
display: flex;
36+
justify-content: center;
37+
align-items: center;
3238
}
3339

34-
.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {
40+
.mx_TagPanel .mx_TagPanel_clearButton.mx_AccessibleButton:focus {
3541
filter: none;
3642
background: rgba(255,255,255, 0.2);
3743
}
3844

39-
.mx_TagPanel .mx_TagPanel_logo object {
45+
.mx_TagPanel .mx_TagPanel_clearButton object {
4046
pointer-events: none;
4147
}
4248

0 commit comments

Comments
 (0)