CSS for changing "R" to "X" for clearing group filter

pull/6216/head
Luke Barnard 2018-02-21 15:05:51 +00:00
parent bc5129f839
commit 2deb07a25b
1 changed files with 8 additions and 2 deletions

View File

@ -26,9 +26,15 @@ limitations under the License.
} }
.mx_TagPanel .mx_TagPanel_logo { .mx_TagPanel .mx_TagPanel_logo {
/* Constant height within flex mx_TagPanel */
height: 70px;
width: 60px; 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_logo.mx_AccessibleButton:focus {