linting
parent
147163b61f
commit
537246a94d
|
|
@ -33,7 +33,7 @@ fieldset:enabled .is-hidden-enabled {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// to fix page titles inside level components, set on .level-left
|
/* to fix page titles inside level components, set on .level-left */
|
||||||
|
|
||||||
.has-flex-shrink-1 {
|
.has-flex-shrink-1 {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
|
@ -174,12 +174,12 @@ span.button.is-static {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fix left icon
|
/* fix left icon */
|
||||||
.datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
|
.datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
|
||||||
text-indent: 2rem;
|
text-indent: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// center the button
|
/* center the button */
|
||||||
.datetimepicker-clear-button {
|
.datetimepicker-clear-button {
|
||||||
transform: none;
|
transform: none;
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
export {};
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
"use strict";
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
||||||
(() => {
|
(() => {
|
||||||
const los = exports.los;
|
|
||||||
const menuTabElements = document.querySelectorAll(".menu a");
|
const menuTabElements = document.querySelectorAll(".menu a");
|
||||||
const tabContainerElements = document.querySelectorAll(".tabs-container > div");
|
const tabContainerElements = document.querySelectorAll(".tabs-container > div");
|
||||||
const selectTab = (clickEvent) => {
|
const selectTab = (clickEvent) => {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,6 @@
|
||||||
/* eslint-disable unicorn/prefer-module */
|
/* eslint-disable unicorn/prefer-module */
|
||||||
|
|
||||||
import type * as globalTypes from "../types/globalTypes";
|
|
||||||
|
|
||||||
(() => {
|
(() => {
|
||||||
const los = exports.los as globalTypes.LOS;
|
|
||||||
|
|
||||||
const menuTabElements = document.querySelectorAll(".menu a") as NodeListOf<HTMLAnchorElement>;
|
const menuTabElements = document.querySelectorAll(".menu a") as NodeListOf<HTMLAnchorElement>;
|
||||||
const tabContainerElements = document.querySelectorAll(
|
const tabContainerElements = document.querySelectorAll(
|
||||||
".tabs-container > div"
|
".tabs-container > div"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),(()=>{exports.los;const e=document.querySelectorAll(".menu a"),s=document.querySelectorAll(".tabs-container > div"),t=t=>{t.preventDefault();for(const s of e)s.classList.remove("is-active");const o=t.currentTarget;o.classList.add("is-active");const c=o.href.slice(Math.max(0,o.href.indexOf("#")+1));for(const e of s)e.id===c?e.classList.remove("is-hidden"):e.classList.add("is-hidden")};for(const s of e)s.addEventListener("click",t)})();
|
(()=>{const e=document.querySelectorAll(".menu a"),s=document.querySelectorAll(".tabs-container > div"),t=t=>{t.preventDefault();for(const s of e)s.classList.remove("is-active");const c=t.currentTarget;c.classList.add("is-active");const i=c.href.slice(Math.max(0,c.href.indexOf("#")+1));for(const e of s)e.id===i?e.classList.remove("is-hidden"):e.classList.add("is-hidden")};for(const s of e)s.addEventListener("click",t)})();
|
||||||
|
|
@ -165,4 +165,4 @@ td.has-border-bottom {
|
||||||
|
|
||||||
.has-text-nowrap {
|
.has-text-nowrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue