Skip to content

Commit

Permalink
Merge pull request #6216 from vector-im/luke/feature-tag-panel-global…
Browse files Browse the repository at this point in the history
…-filter-cross

CSS for changing "R" to "X" for clearing group filter
  • Loading branch information
ara4n authored Feb 21, 2018
2 parents bc5129f + 15d8878 commit d806707
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,24 @@ limitations under the License.
justify-content: space-between;
}

.mx_TagPanel .mx_TagPanel_logo {
.mx_TagPanel .mx_TagPanel_clearButton {
/* Constant height within flex mx_TagPanel */
height: 70px;
width: 60px;
height: 60px;
padding: 5px 0px;

flex: none;

display: flex;
justify-content: center;
align-items: center;
}

.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {
.mx_TagPanel .mx_TagPanel_clearButton.mx_AccessibleButton:focus {
filter: none;
background: rgba(255,255,255, 0.2);
}

.mx_TagPanel .mx_TagPanel_logo object {
.mx_TagPanel .mx_TagPanel_clearButton object {
pointer-events: none;
}

Expand Down

0 comments on commit d806707

Please sign in to comment.