From f83c75ed044834882c06d9259bb77983eeee492c Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 02:41:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20useless=20l?= =?UTF-8?q?ines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_pagination.scss | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/sass/parts/_pagination.scss b/sass/parts/_pagination.scss index a6e51d6..cef76c7 100644 --- a/sass/parts/_pagination.scss +++ b/sass/parts/_pagination.scss @@ -7,20 +7,9 @@ list-style: none; padding: 0; - li { - margin-right: 1rem; - } - - .page-link { - background: transparent; - border: none; - cursor: pointer; - padding: 0; - - &.disabled { - opacity: 0.5; - pointer-events: none; - } + .page-item .disabled { + opacity: 0.5; + pointer-events: none; } .page-numbers {