Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 78: Line 78:
 
             border: 0 none;
 
             border: 0 none;
 
             padding: .5em .5em 2em .5em;
 
             padding: .5em .5em 2em .5em;
 +
        }
 +
 +
        #guideline-tabulator.tabulator .guideline-title a {
 +
            color: var(--links-orange);
 
         }
 
         }
 
     </style>
 
     </style>
Line 129: Line 133:
 
                         title: 'Title',
 
                         title: 'Title',
 
                         field: 'title',
 
                         field: 'title',
 +
                        cssClass: 'guideline-title',
 
                         formatter: cell => '<a href="' + cell.getData().url + '">' + cell.getValue() + '</a>'
 
                         formatter: cell => '<a href="' + cell.getData().url + '">' + cell.getValue() + '</a>'
 
                     },
 
                     },

Revision as of 11:02, 6 September 2022

Development version of the List of Guidelines.
Not ready for production!