diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 622888fd..8f7db9cd 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -354,6 +354,10 @@ } } }, + "stylelintConfig": { + "message": "Open a popup to configure stylelint rules", + "description": "Tooltip on an icon to indicate it opens a popup with stylelint configuration settings" + }, "manageFilters": { "message": "Filters", "description": "Label for filters container" diff --git a/edit.html b/edit.html index fa2d29eb..64e4f8bb 100644 --- a/edit.html +++ b/edit.html @@ -198,9 +198,11 @@ - - - + + + + +

:

diff --git a/edit/edit.css b/edit/edit.css index 53762957..ca0cd4e3 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -387,7 +387,8 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar #help-popup .error a { color: #f00; } -#help-popup .error.show { +#help-popup .error.show, +#options .linter-settings { display: inline-block; }