Skip to content

Commit 725004d

Browse files
committed
remove unecessary css style
1 parent 570ccf2 commit 725004d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

orga/app/components/certificability/cell.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ function displayCertificabilityDate(hideCertifiableDate, isCertifiable) {
99
<template>
1010
<IsCertifiable @isCertifiable={{@isCertifiable}} />
1111
{{#if (displayCertificabilityDate @hideCertifiableDate @isCertifiable)}}
12-
<span class="cell-certifiable-at">{{dayjsFormat @certifiableAt "DD/MM/YYYY" allow-empty=true}}</span>
12+
<span>{{dayjsFormat @certifiableAt "DD/MM/YYYY" allow-empty=true}}</span>
1313
{{/if}}
1414
</template>

orga/app/styles/components/certificability/cell.scss

-4
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
@use 'cell';
21
@use 'tooltip';

0 commit comments

Comments
 (0)