Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 9, 2022
1 parent 21d825c commit b593d92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "regenerator-runtime/runtime"
import {LinkResult} from "@/components/command-palette/models"
import {JenkinsSearchSource, SidebarSource} from "./datasources"
import Helpers from './helpers'
Expand Down
6 changes: 3 additions & 3 deletions war/src/main/less/modules/command-palette.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions war/src/main/less/modules/page-header.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ a.page-header__brand-link {

display: inline-flex;
align-items: center;

background: transparent;
border: none;
outline: none;
Expand All @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions war/src/main/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b593d92

Please sign in to comment.