mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 20:51:02 +02:00
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…
x
Reference in New Issue
Block a user