Merge pull request #1964 from matrix-org/t3chguy/tag_panel_a11y

fix styling of clearButton when its not there
This commit is contained in:
David Baker
2018-06-14 11:47:44 +01:00
committed by GitHub
2 changed files with 18 additions and 6 deletions
+5 -2
View File
@@ -17,7 +17,6 @@ limitations under the License.
.mx_TagPanel {
flex: 0 0 60px;
background-color: $tertiary-accent-color;
cursor: pointer;
display: flex;
flex-direction: column;
@@ -25,7 +24,11 @@ limitations under the License.
justify-content: space-between;
}
.mx_TagPanel .mx_TagPanel_clearButton {
.mx_TagPanel_items_selected {
cursor: pointer;
}
.mx_TagPanel .mx_TagPanel_clearButton_container {
/* Constant height within flex mx_TagPanel */
height: 70px;
width: 60px;