1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

make explore button white on hover

This commit is contained in:
Bruno Windels
2019-09-10 10:59:22 +02:00
committed by David Baker
parent 31682b61ce
commit f32b1f4f39

View File

@@ -156,6 +156,10 @@ limitations under the License.
position: relative;
border-radius: 4px;
&:hover {
background-color: $primary-bg-color;
}
&::before {
cursor: pointer;
mask: url('$(res)/img/explore.svg');