Skip to content

Commit 718ffb4

Browse files
committed
다크모드 라디오 버튼 관련 css 수정
1 parent 644448e commit 718ffb4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ui/src/style/dark-mode.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
background: @dark-secondary-bgColor;
4949
}
5050

51+
.ant-radio-input:focus + .ant-radio-inner {
52+
box-shadow: none;
53+
}
54+
5155
.ant-drawer-content {
5256
background-color: rgb(0, 21, 41);
5357
}

ui/src/views/compute/wizard/TemplateIsoRadioGroup.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<template #renderItem="{ item, index }">
2727
<a-list-item :key="item.id" @click="onClickRow(item)">
2828
<a-radio-group
29-
class="radio-group"
3029
:key="index"
3130
v-model:value="value"
3231
@change="($event) => updateSelectionTemplateIso($event.target.value)">

0 commit comments

Comments
 (0)