CSS: Add hover effect for collapsible control
This commit is contained in:
parent
d3e4fb6552
commit
e375822ef1
|
@ -323,3 +323,12 @@ a:hover > .icon-cancel {
|
|||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.collapsible-control:hover:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -2px; right: -2px; bottom: -2px; left: -2px;
|
||||
background: fade(@text-color, 10);
|
||||
.rounded-corners(50%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue