@@ -58,7 +58,7 @@ const PageList = (props) => {
));
return (
- <div className="page-list-container-create">
+ <div className="page-list">
<ul className="page-list-ul page-list-ul-flat ml-n4">
{pageList}
</ul>
@@ -14,11 +14,6 @@ body .page-list {
> a {
padding: 0px;
- color: inherit;
-
- &:hover {
- }
}
@@ -51,14 +46,6 @@ body .page-list {
-.page-list-container-create {
- .page-list-ul {
- > li {
- list-style: none;
-}
.popular-page-high {
font-size: 1.1em;
font-weight: bold;
@@ -210,5 +210,4 @@ html[dark] {
@include three-stranded-button(lighten($primary, 30%), lighten($primary, 20%), $primary, darken($primary, 20%));