From 1f7b5b3445c5ecc7fa09725471e20ac345a6188f Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sat, 23 Mar 2024 10:39:39 +0800
Subject: [PATCH] 还原 readme,文档中心改用独立 git 仓库

---
 plugins/filter/cFilter.scss |   56 +-------------------------------------------------------
 1 files changed, 1 insertions(+), 55 deletions(-)

diff --git a/plugins/filter/cFilter.scss b/plugins/filter/cFilter.scss
index 355c818..11384c0 100644
--- a/plugins/filter/cFilter.scss
+++ b/plugins/filter/cFilter.scss
@@ -44,7 +44,7 @@
                 width: 12px;
                 height: 12px;
                 content: " ";
-                background-color: #36a0e7;
+                background-color: $colorDanger;
                 border-radius: 50%;
             }
         }
@@ -83,60 +83,6 @@
                     color: #36a0e7;
                     background-color: #d4f1f7;
                 }
-            }
-        }
-    }
-}
-
-.c-filter-select {
-    .content {
-        @include flexbox(flex, flex-start center);
-        white-space: nowrap;
-        .empty,
-        .value {
-            display: inline-block;
-            vertical-align: middle;
-            @include ellipsis();
-        }
-        .empty {
-            color: #ccc;
-        }
-        .filled {
-            color: #6190e8;
-        }
-        .at-icon {
-            text-align: center;
-            color: #666;
-        }
-    }
-    &.type-bar {
-        .content {
-            height: 86px;
-            .label {
-                padding-right: 12px;
-                color: #666;
-            }
-            .filled {
-                letter-spacing: -2px;
-            }
-            .at-icon {
-                padding-left: 4px;
-                vertical-align: middle;
-            }
-        }
-    }
-    &.type-item {
-        .label {
-            color: #666;
-            line-height: 40px;
-        }
-        .content {
-            .empty,
-            .filled {
-                flex: 6;
-            }
-            .at-icon {
-                flex: 1;
             }
         }
     }

--
Gitblit v1.9.1