mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
Use YAGNI on the file [SCI-7685]
This commit is contained in:
parent
da1d8231cc
commit
4083f0a065
1 changed files with 0 additions and 14 deletions
|
@ -508,10 +508,6 @@ label {
|
||||||
|
|
||||||
.report-element-body {
|
.report-element-body {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
||||||
& > ul > li > span.checked {
|
|
||||||
/* Currently nothing */
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover > .report-element-header .checklist-name {
|
&:hover > .report-element-header .checklist-name {
|
||||||
|
@ -563,16 +559,6 @@ label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Result comments element style */
|
|
||||||
.report-result-comments-element {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Step comments element style */
|
|
||||||
.report-step-comments-element {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Module repository element
|
// Module repository element
|
||||||
.report-module-repository-element {
|
.report-module-repository-element {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue