mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #6216 from vector-im/luke/feature-tag-panel-global-filter-cross
CSS for changing "R" to "X" for clearing group filter
This commit is contained in:
commit
d806707de0
@ -25,18 +25,24 @@ limitations under the License.
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagPanel_logo {
|
.mx_TagPanel .mx_TagPanel_clearButton {
|
||||||
|
/* 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_clearButton.mx_AccessibleButton:focus {
|
||||||
filter: none;
|
filter: none;
|
||||||
background: rgba(255,255,255, 0.2);
|
background: rgba(255,255,255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel .mx_TagPanel_logo object {
|
.mx_TagPanel .mx_TagPanel_clearButton object {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user