351. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:11 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

351.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_pages.less2021-01-19 05:44:06 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_pages.less2021-01-19 05:44:06 +0000

351.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged168
Changed00
Inserted00
Removed00

351.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

351.4 Active regular expressions

No regular expressions were active.

351.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Common 7 //  Common
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 & when (@media-common = true) { 10 & when (@media-common = true) {
11     .pages { 11     .pages {
12         .lib-pager(); 12         .lib-pager();
13         .item:last-child { 13         .item:last-child {
14             margin-right: 0; 14             margin-right: 0;
15         } 15         }
16         strong.page,a.page,.action { 16         strong.page,a.page,.action {
17           border: 1px solid #ccc; 17           border: 1px solid #ccc;
18           border-radius: 0; 18           border-radius: 0;
19           color: #7b858a; 19           color: #7b858a;
20           display: block !important; 20           display: block !important;
21           font-size: 15px; 21           font-size: 15px;
22           font-weight: 700; 22           font-weight: 700;
23           margin: 0 0; 23           margin: 0 0;
24           padding: 0 .5em; 24           padding: 0 .5em;
25           line-height: 2.1em; 25           line-height: 2.1em;
26           min-width: 2.2em; 26           min-width: 2.2em;
27           height: 2.2em; 27           height: 2.2em;
28           text-decoration: none; 28           text-decoration: none;
29           text-align: center; 29           text-align: center;
30           background: none; 30           background: none;
31           &::before,&:visited,&:hover {color: inherit !important;background: none;} 31           &::before,&:visited,&:hover {color: inherit !important;background: none;}
32         } 32         }
33     } 33     }
34 } 34 }