forked from external-repos/pa11y-dashboard
Style rules list section title on new-task form and add js to hide this title on js enabled devices
This commit is contained in:
@@ -52,6 +52,7 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
switchStandardsList(standardSelect);
|
||||
$('.rules-list-title').addClass('hidden');
|
||||
|
||||
standardSelect.change( function(){
|
||||
switchStandardsList($(this));
|
||||
|
Reference in New Issue
Block a user