From fab5e893ecedd9c28e52c7a8c727d5631b526bd7 Mon Sep 17 00:00:00 2001 From: Kamil Date: Thu, 3 Dec 2020 15:28:08 +0100 Subject: [PATCH 1/2] Remove duplicated variables from one of less files --- lib/web/css/source/lib/_pages.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/web/css/source/lib/_pages.less b/lib/web/css/source/lib/_pages.less index 01833b28d2fd5..37b083f74457f 100644 --- a/lib/web/css/source/lib/_pages.less +++ b/lib/web/css/source/lib/_pages.less @@ -76,7 +76,6 @@ @_pager-action-background: @pager-action__background, @_pager-action-gradient-color-start: @pager__gradient-color-start, @_pager-action-gradient-color-end: @pager__gradient-color-end, - @_pager-action-text-decoration: @pager-action__text-decoration, // Page action item (previous-next) - visited @_pager-action-color-visited: @pager-action__visited__color, @@ -91,7 +90,6 @@ @_pager-action-background-hover: @pager-action__hover__background, @_pager-action-gradient-color-start-hover: @pager__hover__gradient-color-start, @_pager-action-gradient-color-end-hover: @pager__hover__gradient-color-end, - @_pager-action-text-decoration-hover: @pager-action__text-decoration, // Page action item (previous-next) - active @_pager-action-color-active: @pager-action__active__color, From 56c38e4cb32ca7f54ffa0cf1b13c9a9f1e27ec25 Mon Sep 17 00:00:00 2001 From: engcom-Dash Date: Mon, 28 Oct 2024 19:46:48 +0530 Subject: [PATCH 2/2] 31150: Revert the changes to @_pager-action-text-decoration-hover: @pager-action__text-decoration --- lib/web/css/source/lib/_pages.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/web/css/source/lib/_pages.less b/lib/web/css/source/lib/_pages.less index 37b083f74457f..efc0aac6cc0c8 100644 --- a/lib/web/css/source/lib/_pages.less +++ b/lib/web/css/source/lib/_pages.less @@ -1,6 +1,6 @@ // /** -// * Copyright © Magento, Inc. All rights reserved. -// * See COPYING.txt for license details. +// * Copyright 2014 Adobe +// * All Rights Reserved. // */ // @@ -90,6 +90,7 @@ @_pager-action-background-hover: @pager-action__hover__background, @_pager-action-gradient-color-start-hover: @pager__hover__gradient-color-start, @_pager-action-gradient-color-end-hover: @pager__hover__gradient-color-end, + @_pager-action-text-decoration-hover: @pager-action__text-decoration, // Page action item (previous-next) - active @_pager-action-color-active: @pager-action__active__color,