diff --git a/war/src/main/js/components/command-palette/command-palette.js b/war/src/main/js/components/command-palette/command-palette.js index 05bae6aea8cb..d69e90807f3e 100644 --- a/war/src/main/js/components/command-palette/command-palette.js +++ b/war/src/main/js/components/command-palette/command-palette.js @@ -1,4 +1,3 @@ -import "regenerator-runtime/runtime" import {LinkResult} from "@/components/command-palette/models" import {JenkinsSearchSource, SidebarSource} from "./datasources" import Helpers from './helpers' diff --git a/war/src/main/less/modules/command-palette.less b/war/src/main/less/modules/command-palette.less index d9332fed2442..1449702cc9fa 100644 --- a/war/src/main/less/modules/command-palette.less +++ b/war/src/main/less/modules/command-palette.less @@ -23,7 +23,7 @@ width: 100vw !important; max-width: 100vw !important; margin: 0 !important; - padding: 0!important; + padding: 0 !important; &::backdrop { backdrop-filter: saturate(1.5) contrast(0.75) brightness(0.35) blur(4px); @@ -93,7 +93,7 @@ font-weight: 600; font-size: 0.85rem; margin: 0; - padding: 12.5px 12.5px 10px 12.5px; + padding: 12.5px 12.5px 10px; color: var(--text-color-secondary); &:not(:first-of-type) { @@ -162,7 +162,7 @@ font-weight: 600; font-size: 0.85rem; margin: 0; - padding: 12.5px 12.5px 10px 12.5px; + padding: 12.5px 12.5px 10px; color: var(--text-color); span { diff --git a/war/src/main/less/modules/page-header.less b/war/src/main/less/modules/page-header.less index 11f2f2ba6047..56a2a1e75265 100644 --- a/war/src/main/less/modules/page-header.less +++ b/war/src/main/less/modules/page-header.less @@ -52,7 +52,6 @@ a.page-header__brand-link { display: inline-flex; align-items: center; - background: transparent; border: none; outline: none; @@ -66,7 +65,6 @@ a.page-header__brand-link { border-radius: var(--header-item-border-radius); color: var(--header-link-color); cursor: pointer; - transition: 0.2s ease; &:link, &:visited { diff --git a/war/src/main/less/styles.less b/war/src/main/less/styles.less index 11ebfb911e09..4da518b48dbb 100644 --- a/war/src/main/less/styles.less +++ b/war/src/main/less/styles.less @@ -21,6 +21,7 @@ @import "./modules/breadcrumbs"; @import "./modules/buttons"; @import "./modules/buttons-temp"; +@import "./modules/command-palette"; @import "./modules/content-blocks"; @import "./modules/icon-size"; @import "./modules/icons";