mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
make explore button white on hover
This commit is contained in:
parent
1c4093eb0f
commit
fdadc615f7
1 changed files with 4 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue