Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix the keyboard tab for actionmenu
Signed-off-by: GretaD <[email protected]>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
  • Loading branch information
GretaD authored and npmbuildbot[bot] committed Apr 30, 2020
commit 9b1f98f6fdfca51640fe527b27c69e000841aa1d
5 changes: 4 additions & 1 deletion apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1676,8 +1676,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
opacity: .5;
cursor: pointer;

&:hover {
&:focus,
&:hover,
&:active {
opacity: .7;
background-color: var(--color-background-dark)
}
}
}
Expand Down
3,296 changes: 3,296 additions & 0 deletions apps/settings/js/vue-1.js

Large diffs are not rendered by default.

331 changes: 331 additions & 0 deletions apps/settings/js/vue-4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/settings/js/vue-4.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/settings/js/vue-6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/settings/js/vue-6.js.map

Large diffs are not rendered by default.

375 changes: 375 additions & 0 deletions apps/settings/js/vue-editor-collab.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/settings/js/vue-editor-collab.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading