mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Removes empty rulesets and commented out code (#1254)
This commit is contained in:
parent
bc403ba275
commit
f10727068e
1 changed files with 0 additions and 31 deletions
|
|
@ -318,7 +318,6 @@ body {
|
|||
height: 350px;
|
||||
width: 79%;
|
||||
position: fixed;
|
||||
// z-index: 1;
|
||||
left: 3%;
|
||||
bottom: 0;
|
||||
overflow-x: hidden;
|
||||
|
|
@ -422,10 +421,6 @@ body {
|
|||
--tblr-gutter-x: 0rem;
|
||||
}
|
||||
|
||||
.query-list {
|
||||
// padding-top: 40px;
|
||||
}
|
||||
|
||||
.query-list::-webkit-scrollbar {
|
||||
width: 0;
|
||||
background: transparent;
|
||||
|
|
@ -489,7 +484,6 @@ body {
|
|||
background: #edeff5;
|
||||
margin: 0px auto;
|
||||
background-size: 80px 80px;
|
||||
// background-image: url(/public/images/tile.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
}
|
||||
|
|
@ -768,11 +762,6 @@ body {
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
.markdown > table > :not(caption) > * > *,
|
||||
.table > :not(caption) > * > * {
|
||||
//padding-bottom: 0.1rem;
|
||||
}
|
||||
|
||||
.table-row:hover,
|
||||
.table-row:focus {
|
||||
background: rgba(lightBlue, 0.25);
|
||||
|
|
@ -1441,9 +1430,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.CodeMirror-focused {
|
||||
}
|
||||
|
||||
.CodeMirror-vscrollbar,
|
||||
.CodeMirror-hscrollbar {
|
||||
background: transparent;
|
||||
|
|
@ -1566,11 +1552,9 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
// .draggable-box:hover {
|
||||
.config-handle {
|
||||
display: block;
|
||||
}
|
||||
// }
|
||||
|
||||
.apps-table {
|
||||
.app-title {
|
||||
|
|
@ -2093,14 +2077,9 @@ input:focus-visible {
|
|||
}
|
||||
|
||||
.skeleton-line::after {
|
||||
// background-image: linear-gradient(to right, #232e3c 0, #4c5b79 40%, #4c5b79 80%);
|
||||
background-image: linear-gradient(to right, #566177 0, #5a6170 40%, #4c5b79 80%);
|
||||
}
|
||||
|
||||
// .btn {
|
||||
// filter: brightness(1) invert(1);
|
||||
// }
|
||||
|
||||
.select-search__input {
|
||||
color: rgb(224, 224, 224);
|
||||
background-color: #2b3547;
|
||||
|
|
@ -2213,21 +2192,11 @@ input:focus-visible {
|
|||
}
|
||||
|
||||
.nav-tabs .nav-link.active {
|
||||
// background: 0;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #206bc4;
|
||||
font-weight: 400;
|
||||
// color: #fff;
|
||||
}
|
||||
|
||||
// .nav-tabs .nav-link.active:hover {
|
||||
// border-bottom: 1px solid #206bc4;
|
||||
// }
|
||||
|
||||
// .nav-tabs .nav-link:hover {
|
||||
// border: 0;
|
||||
// }
|
||||
|
||||
.table-no-divider {
|
||||
td {
|
||||
border-bottom-width: 0px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue