We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd968fe commit bf65194Copy full SHA for bf65194
src/vue/setting/view/sdk/index.less
@@ -80,14 +80,15 @@
80
}
81
82
.sdk-expand-content {
83
- padding: @spacing-lg @spacing-xl;
+ padding: 1px;
84
background-color: @color-surface;
85
86
87
.sdk-versions {
88
display: flex;
89
flex-direction: column;
90
row-gap: @spacing-sm;
91
+ margin-left: 50px;
92
93
.version-radio-item {
94
@@ -98,10 +99,6 @@
98
99
border-radius: @border-radius-base;
100
transition: background-color @transition-duration-fast ease;
101
- &:hover {
102
- background-color: @color-surface-muted;
103
- }
104
-
105
input[type='radio'] {
106
width: 16px;
107
height: 16px;
@@ -111,7 +108,6 @@
111
108
112
109
label {
113
110
margin-left: @spacing-xs;
114
- font-size: @font-size-base;
115
cursor: pointer;
116
user-select: none;
117
0 commit comments