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

rename liker-and-seenusers to top-of-table-contents

kaoritokashiki 5 лет назад
Родитель
Сommit
8c23548115

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

@@ -11,7 +11,7 @@ const TopOfTableContents = (props) => {
 
   return (
     <>
-      <div className="liker-and-seenusers d-flex align-items-end pb-2">
+      <div className="top-of-table-contents d-flex align-items-end pb-2">
         <button type="button" className="bg-transparent border-0">
           <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" className="table-top-icon" width="20" height="20">
             <rect className="cls-1" width="14" height="14" />

+ 1 - 1
src/client/styles/scss/_layout_growi.scss

@@ -5,7 +5,7 @@
     padding: 0;
   }
 
-  .liker-and-seenusers {
+  .top-of-table-contents {
     line-height: 1.25;
     border-bottom: 1px solid transparent;
 

+ 1 - 1
src/client/styles/scss/theme/_apply-colors.scss

@@ -245,7 +245,7 @@ pre:not(.hljs):not(.CodeMirror-line) {
   }
 }
 
-.liker-and-seenusers {
+.top-of-table-contents {
   border-bottom-color: $bordercolor-nav-tabs;
 
   .table-top-icon {

+ 1 - 1
src/server/views/layout-growi/user_page.html

@@ -35,7 +35,7 @@
 
     {# relocate #revision-toc #}
     <div class="col-xl-2 col-lg-3 d-none d-lg-block revision-toc-container">
-      <div class="liker-and-seenusers d-flex align-items-end justify-content-end">
+      <div class="top-of-table-contents d-flex align-items-end justify-content-end">
         <div
           id="seen-user-list"
           data-user-ids-str="{{ page.seenUsers|slice(-15)|default([])|reverse|join(',') }}"