Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Sep 6, 2022
1 parent 377df27 commit 4ddad3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
3 changes: 2 additions & 1 deletion war/src/main/js/keyboard-shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ window.addEventListener("load", () => {

hotkeys(translateModifierKeysForUsersPlatform("CMD+K"), () => {
searchBar.focus();

// Returning false stops the event and prevents default browser events
return false
})
});

const pageSearchBar = document.querySelectorAll(".jenkins-search__input")
if (pageSearchBar.length === 1) {
Expand Down
16 changes: 0 additions & 16 deletions war/src/main/less/modules/side-panel-tasks.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@
margin-top: 0.4rem;
}

#tasks hr {
position: relative;
width: 100%;
border: none;
height: 2px;

&::before {
content: "";
position: absolute;
inset: 0 0 0 -0.8rem;
background: currentColor;
border-radius: 2px;
opacity: 0.1;
}
}

#tasks .task {
margin: 0 0 0 -0.8rem;
}
Expand Down

0 comments on commit 4ddad3d

Please sign in to comment.