aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_list-view.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-06 22:40:43 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-06 22:40:43 +0200
commit0cb9f59622f893ce0878e3876e28556781dd6700 (patch)
treef8640ef03f1560932111186f7e1aaf47323eea94 /p/themes/Mapco/_list-view.scss
parenta111f50c695c82dd257eeaf43d3551727f8ecc30 (diff)
Fix: Mapco theme cleaning (#4491)
* translated the comments FR -> EN * delete useless extra styles for login header (template.css) * <select> in the same height like <input> * simplefy the search bar button * improve the config menu button * improve the layout of the login/register prompt * navigation bar: border radius * navigation bar: btn hover improved to darker grey, when not within .stick * header height improved * delete unused code ul.nav * delete outcommented code * translate comments FR -> EN * improve login form layout * icons: do not use it as background-image * mapco.css * fixes the nuts * more nuts * improve mobile login form * delete unused view-normal.svg * compress the svg icons
Diffstat (limited to 'p/themes/Mapco/_list-view.scss')
-rw-r--r--p/themes/Mapco/_list-view.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss
index cd6e9efa5..3996f75fd 100644
--- a/p/themes/Mapco/_list-view.scss
+++ b/p/themes/Mapco/_list-view.scss
@@ -6,7 +6,6 @@
/*=== Feed articles */
.flux {
- // border-left: 2px solid #ecf0f1;
background: variables.$white;
@include mixins.transition(all, 0.15s, ease-in-out);
@@ -27,7 +26,7 @@
}
&.not_read:not(.current) {
- background: variables.$unread-bg; //--------------------
+ background: variables.$unread-bg;
&:hover .item.title {
background: variables.$unread-bg;
@@ -37,14 +36,14 @@
&.not_read {
.item.title {
a {
- color: variables.$unread-font-color; //--------------------
+ color: variables.$unread-font-color;
}
}
.item.website {
a {
- color: variables.$unread-font-color; //--------------------
+ color: variables.$unread-font-color;
}
}