Revert theme.scss

This commit is contained in:
Pratik Agrawal 2025-01-17 18:44:16 +05:30 committed by GitHub
parent b470029fed
commit f70c651386
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}