Add hover on ButtonCircle only when having a clone
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
** States
|
||||
*/
|
||||
// Hover
|
||||
&:not([disabled]):hover {
|
||||
&.has-clone:not([disabled]):hover {
|
||||
& > * {
|
||||
&:first-child {
|
||||
opacity: 0;
|
||||
@@ -51,6 +51,7 @@
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Disabled
|
||||
|
||||
Reference in New Issue
Block a user