mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
make explore button white on hover
This commit is contained in:
parent
31682b61ce
commit
f32b1f4f39
@ -156,6 +156,10 @@ limitations under the License.
|
|||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $primary-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
mask: url('$(res)/img/explore.svg');
|
mask: url('$(res)/img/explore.svg');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user