Просмотр исходного кода

apply link color by removing color inherit

kaori 5 лет назад
Родитель
Сommit
5c8a7891c0

+ 1 - 1
src/client/js/components/PageList.jsx

@@ -58,7 +58,7 @@ const PageList = (props) => {
   ));
   ));
 
 
   return (
   return (
-    <div className="page-list-container-create">
+    <div className="page-list">
       <ul className="page-list-ul page-list-ul-flat ml-n4">
       <ul className="page-list-ul page-list-ul-flat ml-n4">
         {pageList}
         {pageList}
       </ul>
       </ul>

+ 0 - 13
src/client/styles/scss/_page_list.scss

@@ -14,11 +14,6 @@ body .page-list {
 
 
       > a {
       > a {
         padding: 0px;
         padding: 0px;
-        color: inherit;
-
-        &:hover {
-          color: inherit;
-        }
       }
       }
     }
     }
 
 
@@ -51,14 +46,6 @@ body .page-list {
   }
   }
 }
 }
 
 
-.page-list-container-create {
-  .page-list-ul {
-    > li {
-      list-style: none;
-    }
-  }
-}
-
 .popular-page-high {
 .popular-page-high {
   font-size: 1.1em;
   font-size: 1.1em;
   font-weight: bold;
   font-weight: bold;

+ 0 - 1
src/client/styles/scss/theme/default.scss

@@ -210,5 +210,4 @@ html[dark] {
       @include three-stranded-button(lighten($primary, 30%), lighten($primary, 20%), $primary, darken($primary, 20%));
       @include three-stranded-button(lighten($primary, 30%), lighten($primary, 20%), $primary, darken($primary, 20%));
     }
     }
   }
   }
-
 }
 }