CSS for changing "R" to "X" for clearing group filter
This commit is contained in:
parent
bc5129f839
commit
2deb07a25b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue