make explore button white on hover
parent
31682b61ce
commit
f32b1f4f39
|
@ -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 New Issue