diff options
| author | 2022-01-15 18:38:34 +0100 | |
|---|---|---|
| committer | 2022-01-15 18:38:34 +0100 | |
| commit | 14da55e21e6ae40860f262bf5aa69060456e594a (patch) | |
| tree | db416cbfdb416a0ade29c0df9619c6002324baa0 | |
| parent | 0c5eaa9d16510b93066aff9e9c6d6e2173025018 (diff) | |
Fix SCSS differences to the final CSS (#4146)
* theme Ansum
* CI does not like the sourcemappingurl in RTL
* theme Mapco
* Update mapco.rtl.css
* Update mapco.rtl.css
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | p/themes/Ansum/_layout.scss | 1 | ||||
| -rw-r--r-- | p/themes/Ansum/_list-view.scss | 2 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 48 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 48 | ||||
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 12 | ||||
| -rw-r--r-- | p/themes/Mapco/_list-view.scss | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 64 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 64 |
8 files changed, 35 insertions, 206 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 0cd81fa5e..632122e3c 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -367,7 +367,6 @@ code { padding: 2px 5px; background: $grey-lighter; - color: $grey-light; border: 1px solid $grey-light; border-radius: 3px; } diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss index 5577a5801..347e2e6dc 100644 --- a/p/themes/Ansum/_list-view.scss +++ b/p/themes/Ansum/_list-view.scss @@ -71,7 +71,7 @@ } } - .date { + .item.date { color: scale-color($main-font-color, $alpha: -50%); font-size: 0.85rem; } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 5ad84e4fc..411e1b152 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -72,9 +72,6 @@ vertical-align: middle; cursor: pointer; overflow: hidden; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .btn.btn-important { @@ -257,9 +254,6 @@ form th { letter-spacing: 1px; } .dropdown-menu .item { - -webkit-transition: all 0.075s ease-in-out; - -moz-transition: all 0.075s ease-in-out; - -o-transition: all 0.075s ease-in-out; transition: all 0.075s ease-in-out; } .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link { @@ -472,9 +466,6 @@ form th { text-decoration: none; background: #fdf6ef; color: #ca7227; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } #bigMarkAsRead:hover { @@ -579,9 +570,6 @@ form th { line-height: 2.5rem; font-size: 1rem; font-weight: 400; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .tree .tree-folder .tree-folder-items .item.active { @@ -666,9 +654,6 @@ form th { } .nav-list .item { background: #fbf9f6; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav-list .item a { @@ -826,9 +811,6 @@ form th { border: none; border-radius: 2px 0 0 2px; background-color: #f7f2ea; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .header .item.search input:hover { @@ -964,9 +946,6 @@ form th { background-color: #fcfaf8; background-position: center; background-repeat: no-repeat; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn:hover { @@ -1006,9 +985,6 @@ form th { padding: 5px 16px; color: #363330; background-color: #fcfaf8; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn.read_all:hover { @@ -1169,9 +1145,6 @@ form th { /*=== Feed articles */ .flux { background: #fff; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux:hover { @@ -1201,9 +1174,6 @@ form th { } .flux.favorite { border-left-color: #ffc300; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux.favorite:not(.current) { @@ -1458,9 +1428,6 @@ form th { display: inline-block; width: 100%; color: #363330; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } ul.nav .item a:hover, ul.nav .item a:active { @@ -1474,9 +1441,6 @@ form th { } .aside { - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .aside.aside_feed { @@ -1487,9 +1451,9 @@ form th { } .aside .toggle_aside, - #panel .close, - #close-slider.active, - .dropdown-menu .toggle_aside { +#panel .close, +#close-slider.active, +.dropdown-menu .toggle_aside { background: #b7641d; display: block; width: 100%; @@ -1501,12 +1465,12 @@ form th { .header { padding: 0.5rem; } - .header .item.search form { - display: inherit; - } .header .item.search { display: block; } + .header .item.search form { + display: inherit; + } .header .item.search .stick { display: flex; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index ddf70e2fc..8788a6df9 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -72,9 +72,6 @@ vertical-align: middle; cursor: pointer; overflow: hidden; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .btn.btn-important { @@ -257,9 +254,6 @@ form th { letter-spacing: 1px; } .dropdown-menu .item { - -webkit-transition: all 0.075s ease-in-out; - -moz-transition: all 0.075s ease-in-out; - -o-transition: all 0.075s ease-in-out; transition: all 0.075s ease-in-out; } .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link { @@ -472,9 +466,6 @@ form th { text-decoration: none; background: #fdf6ef; color: #ca7227; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } #bigMarkAsRead:hover { @@ -579,9 +570,6 @@ form th { line-height: 2.5rem; font-size: 1rem; font-weight: 400; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .tree .tree-folder .tree-folder-items .item.active { @@ -666,9 +654,6 @@ form th { } .nav-list .item { background: #fbf9f6; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav-list .item a { @@ -826,9 +811,6 @@ form th { border: none; border-radius: 0 2px 2px 0; background-color: #f7f2ea; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .header .item.search input:hover { @@ -964,9 +946,6 @@ form th { background-color: #fcfaf8; background-position: center; background-repeat: no-repeat; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn:hover { @@ -1006,9 +985,6 @@ form th { padding: 5px 16px; color: #363330; background-color: #fcfaf8; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn.read_all:hover { @@ -1169,9 +1145,6 @@ form th { /*=== Feed articles */ .flux { background: #fff; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux:hover { @@ -1201,9 +1174,6 @@ form th { } .flux.favorite { border-right-color: #ffc300; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux.favorite:not(.current) { @@ -1458,9 +1428,6 @@ form th { display: inline-block; width: 100%; color: #363330; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } ul.nav .item a:hover, ul.nav .item a:active { @@ -1474,9 +1441,6 @@ form th { } .aside { - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .aside.aside_feed { @@ -1487,9 +1451,9 @@ form th { } .aside .toggle_aside, - #panel .close, - #close-slider.active, - .dropdown-menu .toggle_aside { +#panel .close, +#close-slider.active, +.dropdown-menu .toggle_aside { background: #b7641d; display: block; width: 100%; @@ -1501,12 +1465,12 @@ form th { .header { padding: 0.5rem; } - .header .item.search form { - display: inherit; - } .header .item.search { display: block; } + .header .item.search form { + display: inherit; + } .header .item.search .stick { display: flex; } diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 10c572956..d3f87c9e2 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -8,6 +8,11 @@ width: auto; table-layout: none; + .logo { + margin: 11px 0 5px; + filter: grayscale(100%) brightness(100); + } + .item { vertical-align: middle; // text-align: center; @@ -97,12 +102,6 @@ } } } - - .logo { - margin: 11px 0 5px; - filter: grayscale(100%) brightness(100); - } - } /*=== Body */ @@ -372,7 +371,6 @@ code { padding: 2px 5px; background: $grey-lighter; - color: $grey-light; border: 1px solid $grey-light; border-radius: 3px; } diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss index 1e0b3ddc2..fcb7afe08 100644 --- a/p/themes/Mapco/_list-view.scss +++ b/p/themes/Mapco/_list-view.scss @@ -72,7 +72,7 @@ } } - .date { + .item.date { color: scale-color($main-font-color, $alpha: -50%); font-size: 0.85rem; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index a050cc32d..f411802b9 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -72,10 +72,6 @@ vertical-align: middle; cursor: pointer; overflow: hidden; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .btn.btn-important { @@ -122,8 +118,8 @@ label { } textarea { - width: 360px; max-width: 100%; + width: 360px; height: 100px; } @@ -258,10 +254,6 @@ form th { letter-spacing: 1px; } .dropdown-menu .item { - -webkit-transition: all 0.075s ease-in-out; - -moz-transition: all 0.075s ease-in-out; - -o-transition: all 0.075s ease-in-out; - -ms-transition: all 0.075s ease-in-out; transition: all 0.075s ease-in-out; } .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link { @@ -471,10 +463,6 @@ form th { text-decoration: none; background: #effcfd; color: #36c; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } #bigMarkAsRead:hover { @@ -578,10 +566,6 @@ form th { line-height: 2.5rem; font-size: 1rem; font-weight: 400; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .tree .tree-folder .tree-folder-items .item.active { @@ -665,10 +649,6 @@ form th { } .nav-list .item { background: #303136; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav-list .item a { @@ -809,6 +789,10 @@ form th { width: auto; table-layout: none; } +.header .logo { + margin: 11px 0 5px; + filter: grayscale(100%) brightness(100); +} .header .item { vertical-align: middle; } @@ -816,10 +800,6 @@ form th { width: 280px; font-weight: 400; } -.header .logo { - margin: 11px 0 5px; - filter: grayscale(100%) brightness(100); -} .header .item.title a img { margin-right: 0.5rem; } @@ -829,10 +809,6 @@ form th { border: none; border-radius: 2px 0 0 2px; background-color: #26272a; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .header .item.search input:hover { @@ -968,10 +944,6 @@ form th { background-color: #f9fafb; background-position: center; background-repeat: no-repeat; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn:hover { @@ -1011,10 +983,6 @@ form th { padding: 5px 16px; color: #303136; background-color: #f9fafb; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn.read_all:hover { @@ -1176,10 +1144,6 @@ form th { /*=== Feed articles */ .flux { background: #fff; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux:hover { @@ -1209,10 +1173,6 @@ form th { } .flux.favorite { border-left-color: #ffc300; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux.favorite:not(.current) { @@ -1467,10 +1427,6 @@ form th { display: inline-block; width: 100%; color: #fff; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } ul.nav .item a:hover, ul.nav .item a:active { @@ -1483,10 +1439,6 @@ form th { } .aside { - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .aside.aside_feed { @@ -1497,9 +1449,9 @@ form th { } .aside .toggle_aside, - #panel .close, - #close-slider.active, - .dropdown-menu .toggle_aside { +#panel .close, +#close-slider.active, +.dropdown-menu .toggle_aside { background: #25c; display: block; width: 100%; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 23fc886db..269ae3ca6 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -72,10 +72,6 @@ vertical-align: middle; cursor: pointer; overflow: hidden; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .btn.btn-important { @@ -122,8 +118,8 @@ label { } textarea { - width: 360px; max-width: 100%; + width: 360px; height: 100px; } @@ -258,10 +254,6 @@ form th { letter-spacing: 1px; } .dropdown-menu .item { - -webkit-transition: all 0.075s ease-in-out; - -moz-transition: all 0.075s ease-in-out; - -o-transition: all 0.075s ease-in-out; - -ms-transition: all 0.075s ease-in-out; transition: all 0.075s ease-in-out; } .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link { @@ -471,10 +463,6 @@ form th { text-decoration: none; background: #effcfd; color: #36c; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } #bigMarkAsRead:hover { @@ -578,10 +566,6 @@ form th { line-height: 2.5rem; font-size: 1rem; font-weight: 400; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .tree .tree-folder .tree-folder-items .item.active { @@ -665,10 +649,6 @@ form th { } .nav-list .item { background: #303136; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav-list .item a { @@ -809,6 +789,10 @@ form th { width: auto; table-layout: none; } +.header .logo { + margin: 11px 0 5px; + filter: grayscale(100%) brightness(100); +} .header .item { vertical-align: middle; } @@ -816,10 +800,6 @@ form th { width: 280px; font-weight: 400; } -.header .logo { - margin: 11px 0 5px; - filter: grayscale(100%) brightness(100); -} .header .item.title a img { margin-left: 0.5rem; } @@ -829,10 +809,6 @@ form th { border: none; border-radius: 0 2px 2px 0; background-color: #26272a; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .header .item.search input:hover { @@ -968,10 +944,6 @@ form th { background-color: #f9fafb; background-position: center; background-repeat: no-repeat; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn:hover { @@ -1011,10 +983,6 @@ form th { padding: 5px 16px; color: #303136; background-color: #f9fafb; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .nav_menu .stick .btn.read_all:hover { @@ -1176,10 +1144,6 @@ form th { /*=== Feed articles */ .flux { background: #fff; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux:hover { @@ -1209,10 +1173,6 @@ form th { } .flux.favorite { border-right-color: #ffc300; - -webkit-transition: all 0.15s ease-in-out; - -moz-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - -ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .flux.favorite:not(.current) { @@ -1467,10 +1427,6 @@ form th { display: inline-block; width: 100%; color: #fff; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } ul.nav .item a:hover, ul.nav .item a:active { @@ -1483,10 +1439,6 @@ form th { } .aside { - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .aside.aside_feed { @@ -1497,9 +1449,9 @@ form th { } .aside .toggle_aside, - #panel .close, - #close-slider.active, - .dropdown-menu .toggle_aside { +#panel .close, +#close-slider.active, +.dropdown-menu .toggle_aside { background: #25c; display: block; width: 100%; |
