diff options
| author | 2022-01-15 18:38:34 +0100 | |
|---|---|---|
| committer | 2022-01-15 18:38:34 +0100 | |
| commit | 14da55e21e6ae40860f262bf5aa69060456e594a (patch) | |
| tree | db416cbfdb416a0ade29c0df9619c6002324baa0 /p/themes/Ansum | |
| 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>
Diffstat (limited to 'p/themes/Ansum')
| -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 |
4 files changed, 13 insertions, 86 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; } |
