aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_list-view.scss
diff options
context:
space:
mode:
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;
}
}