changes hovercard background color to grey on hover
This commit is contained in:
parent
52d5a1cd1a
commit
8c90fea1e1
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
|||
.icon-ok { display: none;}
|
||||
}
|
||||
a {
|
||||
.text {
|
||||
color: #333333;
|
||||
}
|
||||
&:hover {
|
||||
background: $background-grey;
|
||||
}
|
||||
cursor: pointer;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue