File tree Expand file tree Collapse file tree
apps/files/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 <OverlayIcon :is =" fileOverlay "
5555 v-if =" fileOverlay "
56- class="files-list__row-icon-overlay files-list__row-icon-overlay--file " />
56+ class="files-list__row-icon-overlay" />
5757 </span >
5858</template >
5959
Original file line number Diff line number Diff line change @@ -515,16 +515,9 @@ export default Vue.extend({
515515 position : absolute ;
516516 max-height : calc (var (--icon-preview-size ) * 0.5 );
517517 max-width : calc (var (--icon-preview-size ) * 0.5 );
518- color : var (--color-main -text );
518+ color : var (--color-primary-element -text );
519519 // better alignment with the folder icon
520520 margin-top : 2px ;
521-
522- // Improve icon contrast with a background for files
523- & --file {
524- color : var (--color-main-text );
525- background : var (--color-main-background );
526- border-radius : 100% ;
527- }
528521 }
529522 }
530523
You can’t perform that action at this time.
0 commit comments