Skip to content

Commit

Permalink
fix: hide the global notification as it does not give useful information
Browse files Browse the repository at this point in the history
Leave it commented and keep the CSS, as it could be used again later
  • Loading branch information
teddy-gustiaux committed Apr 21, 2019
1 parent 7c91801 commit 742c265
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ <h1 class="title" data-locale="options_title"></h1>
<!-- END COLUMN TITLE + THEME -->

<!-- GLOBAL NOTIFICATION -->
<div data-locale="options_thank_you" class="notification notification-global"></div>
<!--
If you want to display a generic global notfication (compatible with dark theme)
<div data-locale="options_thank_you" class="notification notification-global is-link"></div>
-->
<!--
If you want to display a colored global notfication (compatible with dark theme)
<div data-locale="options_thank_you" class="notification is-link"></div>
-->
<!-- END GLOBAL NOTIFICATION -->

<!-- MENU -->
Expand Down

0 comments on commit 742c265

Please sign in to comment.