refactoring

This commit is contained in:
OVSharova
2023-05-14 03:27:16 +03:00
parent bb335f0952
commit eadd8fbfee
2 changed files with 14 additions and 26 deletions

View File

@ -409,12 +409,10 @@
.font-size-very-huge();
}
.dataview {
& > div:not([class^=ps-scrollbar]) {
border: none;
width: calc(100% - 3px);
.box-shadow(none);
}
.item {
border: none;
width: calc(100% - 3px);
.box-shadow(none);
}
.recent-wrap {
@ -492,7 +490,7 @@
}
}
.file-name {
> div:not(:first-child) {
display: block;
padding-left: 10px;
overflow: hidden;
@ -501,12 +499,8 @@
}
.file-info {
display: block;
padding-left: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #999;
color: @text-secondary-ie;
color: @text-secondary;
}
}
}

View File

@ -497,12 +497,10 @@
.font-size-very-huge();
}
.dataview {
& > div:not([class^=ps-scrollbar]) {
border: none;
width: calc(100% - 3px);
.box-shadow(none);
}
.item {
border: none;
width: calc(100% - 3px);
.box-shadow(none);
}
.recent-wrap {
@ -577,7 +575,7 @@
}
}
.file-name {
> div:not(:first-child) {
display: block;
padding-left: 10px;
overflow: hidden;
@ -586,12 +584,8 @@
}
.file-info {
display: block;
padding-left: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #999;
color: @text-secondary-ie;
color: @text-secondary;
}
}
}