mirror of
https://github.com/nasa/openmct.git
synced 2025-05-21 01:37:38 +00:00
changed classname of controls div
This commit is contained in:
parent
ec4d121a98
commit
463ec47af6
@ -122,7 +122,7 @@
|
|||||||
:is-default="domainObject.configuration.criteria.length === 1"
|
:is-default="domainObject.configuration.criteria.length === 1"
|
||||||
@persist="persist"
|
@persist="persist"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div class="c-c__criterion-controls">
|
||||||
<span class="is-enabled c-c__duplicate"
|
<span class="is-enabled c-c__duplicate"
|
||||||
@click="cloneCriterion(index)"
|
@click="cloneCriterion(index)"
|
||||||
></span>
|
></span>
|
||||||
|
@ -198,7 +198,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.temp {
|
.c-c__criterion-controls {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
|
||||||
.c-c__duplicate,
|
.c-c__duplicate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user