Update the disabled style for pagination buttons.
This commit is contained in:
@@ -70,7 +70,7 @@ defmodule DecentralisedBookIndexWeb.Components.MyComponents.Pagination do
|
|||||||
~H"""
|
~H"""
|
||||||
<.link
|
<.link
|
||||||
class={[
|
class={[
|
||||||
@rest[:disabled] && "opacity-60 grayscale pointer-events-none",
|
@rest[:disabled] && "opacity-80 pointer-events-none",
|
||||||
@class
|
@class
|
||||||
]}
|
]}
|
||||||
{@rest}
|
{@rest}
|
||||||
|
|||||||
Reference in New Issue
Block a user