Refactor
This commit is contained in:
parent
6ddbf0a7db
commit
342204ad21
1 changed files with 5 additions and 4 deletions
|
@ -156,10 +156,11 @@ img {
|
|||
opacity: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.ui.card:hover > .extra.buttons,
|
||||
.ui.cards > .card:hover > .extra.buttons {
|
||||
opacity: 1;
|
||||
|
||||
.ui.card:hover > .extra.buttons,
|
||||
.ui.cards > .card:hover > .extra.buttons {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.card > .extra.buttons > .button,
|
||||
|
|
Loading…
Reference in a new issue