summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/InventoryControlSystem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/SilaComponents/InventoryControlSystem.vue')
-rw-r--r--src/components/Global/SilaComponents/InventoryControlSystem.vue42
1 files changed, 2 insertions, 40 deletions
diff --git a/src/components/Global/SilaComponents/InventoryControlSystem.vue b/src/components/Global/SilaComponents/InventoryControlSystem.vue
index de5432e1..18f1d9ff 100644
--- a/src/components/Global/SilaComponents/InventoryControlSystem.vue
+++ b/src/components/Global/SilaComponents/InventoryControlSystem.vue
@@ -91,10 +91,10 @@
v-model="timeOption"
class="system-control__radio regular-12px"
>
- <b-form-radio value="NTP">
+ <b-form-radio variant="radio" value="NTP">
{{ $t('SystemDescription.GetNtpFromServer') }}
</b-form-radio>
- <b-form-radio value="serverDate">
+ <b-form-radio variant="radio" value="serverDate">
{{ $t('SystemDescription.UseServerDatettime') }}
</b-form-radio>
</b-form-radio-group>
@@ -192,42 +192,4 @@ label {
.system-control__table__cell__4 {
margin-top: 26px;
}
-
-.custom-radio ::before {
- border: 1px solid $red-brand-primary;
- background-color: #fff;
- border-radius: 100%;
-}
-
-.system-control-section::v-deep
- .custom-control-input:checked
- ~ .custom-control-label::before {
- border: 2px solid $red-brand-primary;
- background-color: $red-brand-primary;
- box-shadow: 0px 0px 0px 2.5px $white inset;
- border-radius: 100%;
-}
-
-.system-control-section::v-deep
- .custom-control-input:hover
- ~ .custom-control-label::before {
- background-color: $red-brand-primary-hover !important;
- box-shadow: 0px 0px 0px 2.5px $white inset;
- border-color: $red-brand-primary-hover;
-}
-
-.system-control-section::v-deep
- .custom-control-input:checked
- ~ .custom-control-label::after {
- background-image: none !important;
- border-radius: 100%;
-}
-
-.system-control-section::v-deep
- .custom-control-input:active
- ~ .custom-control-label::before {
- background-color: $red-brand-primary-active !important;
- box-shadow: 0px 0px 0px 2.5px $white inset;
- border-color: $red-brand-primary-active;
-}
</style>