File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -508,15 +508,11 @@ html[data-theme="light"] {
508508.card-actions {
509509 display : flex;
510510 gap : 8px ;
511- opacity : 0 ;
511+ opacity : 1 !important ;
512512 transition : opacity 0.3s ease;
513513 position : relative;
514514 z-index : 10 ;
515- pointer-events : auto;
516- }
517-
518- .enhanced-ebook-card : hover .card-actions {
519- opacity : 1 ;
515+ pointer-events : auto !important ;
520516}
521517
522518.action-btn .share {
@@ -687,16 +683,10 @@ html[data-theme="light"] {
687683 font-size : 14px ;
688684 cursor : pointer;
689685 transition : all 0.3s ease;
690- opacity : 0 ;
691686 transform : translateY (10px );
692687 align-self : flex-start;
693688}
694689
695- .enhanced-ebook-card : hover .ebook-read-button {
696- opacity : 1 ;
697- transform : translateY (0 );
698- }
699-
700690.ebook-read-button : hover {
701691 background : linear-gradient (
702692 135deg ,
You can’t perform that action at this time.
0 commit comments