diff --git a/AUTHORS b/AUTHORS index f048eb2c43..008da400c3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -201,3 +201,4 @@ Sylvain Mayank Jain Carlos de la Guardia Matjaz Gregoric +Kyle Boots diff --git a/cms/static/sass/views/_assets.scss b/cms/static/sass/views/_assets.scss index 4b5d7aaf70..24284d9dfd 100644 --- a/cms/static/sass/views/_assets.scss +++ b/cms/static/sass/views/_assets.scss @@ -432,6 +432,7 @@ .fa-unlock-alt { display: inline-block; + pointer-events: none; } } @@ -441,6 +442,7 @@ .fa-lock { display: inline-block; + pointer-events: none; } .fa-unlock-alt { diff --git a/cms/static/sass/views/_static-pages.scss b/cms/static/sass/views/_static-pages.scss index 7cd9b5f2ae..a9cf9c39d9 100644 --- a/cms/static/sass/views/_static-pages.scss +++ b/cms/static/sass/views/_static-pages.scss @@ -94,6 +94,7 @@ &.action-visible .toggle-checkbox ~ .action-button { .fa-eye { display: inline-block; + pointer-events: none; } .fa-eye-slash { @@ -111,6 +112,7 @@ .fa-eye-slash { display: inline-block; + pointer-events: none; } } }