1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

make filter feed transparent when not focussed

This commit is contained in:
Bruno Windels
2019-09-10 10:58:44 +02:00
parent 15d3774665
commit 1c4093eb0f
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@ limitations under the License.
flex: 1 1 0;
min-width: 0;
&.mx_SearchBox_blurred:not(:hover) {
background-color: transparent;
}
.mx_SearchBox_closeButton {
cursor: pointer;
background-image: url('$(res)/img/icons-close.svg');