mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Revert theme.scss
This commit is contained in:
parent
b470029fed
commit
f70c651386
1 changed files with 36 additions and 4 deletions
|
|
@ -4527,7 +4527,21 @@ input[type="text"] {
|
|||
* Folder List
|
||||
*/
|
||||
.folder-list {
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #888 transparent;
|
||||
&:hover {
|
||||
&::-webkit-scrollbar {
|
||||
display: block;
|
||||
width: 5px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: #888;
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-transparent .list-group-item.active {
|
||||
color: $primary;
|
||||
|
|
@ -5135,7 +5149,7 @@ div#driver-page-overlay {
|
|||
padding: 10px 5px 0 0;
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
color: $light-gray;
|
||||
color: var(--slate-12);
|
||||
}
|
||||
|
||||
.dynamic-form-row {
|
||||
|
|
@ -8940,7 +8954,6 @@ tbody {
|
|||
height: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
tr>th {
|
||||
|
|
@ -9002,6 +9015,25 @@ tbody {
|
|||
.workspace-settings-table-wrap {
|
||||
max-width: 880px;
|
||||
margin: 0 auto;
|
||||
.tj-user-table-wrapper{
|
||||
padding-right: 4px;
|
||||
}
|
||||
&:hover{
|
||||
.tj-user-table-wrapper{
|
||||
padding-right: 0px;
|
||||
}
|
||||
::-webkit-scrollbar{
|
||||
display: block;
|
||||
width: 4px;
|
||||
}
|
||||
::-webkit-scrollbar-track{
|
||||
background: var(--base);
|
||||
}
|
||||
::-webkit-scrollbar-thumb{
|
||||
background: var(--slate7);
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-settings-filters {
|
||||
|
|
@ -13229,4 +13261,4 @@ tbody {
|
|||
|
||||
div.ds-svg-container svg {
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue