diff --git a/app/index.html b/app/index.html index 9ccefe4494..b6a8089ee4 100644 --- a/app/index.html +++ b/app/index.html @@ -19,6 +19,7 @@ + Skip to content
diff --git a/app/main/posts/views/card.html b/app/main/posts/views/card.html index 229956e851..0a6e8cf4ca 100644 --- a/app/main/posts/views/card.html +++ b/app/main/posts/views/card.html @@ -3,7 +3,7 @@
-
+
diff --git a/app/main/posts/views/post-card.directive.js b/app/main/posts/views/post-card.directive.js index 8561633a44..6ac8ceae54 100644 --- a/app/main/posts/views/post-card.directive.js +++ b/app/main/posts/views/post-card.directive.js @@ -47,6 +47,9 @@ function PostCardDirective(FormEndpoint, PostLockService, $rootScope) { // But ignore the action return; } + if (evt && evt.key && (evt.key !== ' ' && evt.key !== 'Enter' && evt.key !== 'Spacebar')) { + return; + } $scope.externalClickAction($scope.post); } diff --git a/app/main/posts/views/post-view-data.html b/app/main/posts/views/post-view-data.html index 531ed40ba6..b8008dacae 100644 --- a/app/main/posts/views/post-view-data.html +++ b/app/main/posts/views/post-view-data.html @@ -63,7 +63,7 @@

-
+
diff --git a/sass/vendor.scss b/sass/vendor.scss index 08a5d4a50b..3e90da4c73 100644 --- a/sass/vendor.scss +++ b/sass/vendor.scss @@ -23,4 +23,4 @@ @import "overrides/charts"; @import "overrides/doorbell"; @import "overrides/intercom"; -@import "overrides/tui-markdown"; +@import "overrides/tui-markdown"; \ No newline at end of file