Skip to content

Commit c57b709

Browse files
fix(style): remove bold font weight from sidebar
Signed-off-by: Raimund Schlüßler <[email protected]>
1 parent c4debb0 commit c57b709

9 files changed

+0
-9
lines changed

src/components/AppSidebar/CalendarPickerItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export default {
165165
margin: 0;
166166
height: var(--default-clickable-area) !important;
167167
line-height: var(--default-clickable-area);
168-
font-weight: bold;
169168
}
170169

171170
&__actions {

src/components/AppSidebar/CalendarPickerOption.vue

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export default {
124124
overflow: hidden;
125125
text-overflow: ellipsis;
126126
flex-grow: 1;
127-
font-weight: bold;
128127
white-space: nowrap;
129128
color: var(--color-text-lighter);
130129
cursor: pointer;

src/components/AppSidebar/CheckboxItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default {
8787
}
8888
> span {
8989
margin-left: 4px;
90-
font-weight: bold;
9190
overflow: hidden;
9291
text-overflow: ellipsis;
9392
white-space: nowrap;

src/components/AppSidebar/DateTimePickerItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ $blue: #4271a6;
243243
}
244244

245245
&__name {
246-
font-weight: bold;
247246
flex-grow: 1;
248247
padding-right: 14px;
249248
overflow: hidden;

src/components/AppSidebar/MultiselectItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export default {
180180
margin: 0;
181181
height: var(--default-clickable-area) !important;
182182
line-height: var(--default-clickable-area);
183-
font-weight: bold;
184183
position: absolute;
185184
width: 100%;
186185

src/components/AppSidebar/MultiselectOption.vue

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default {
8484
}
8585

8686
&__label {
87-
font-weight: bold;
8887
padding-right: 14px;
8988
overflow: hidden;
9089
text-overflow: ellipsis;

src/components/AppSidebar/SliderItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export default {
145145
}
146146

147147
&__name {
148-
font-weight: bold;
149148
flex-grow: 1;
150149
padding-right: 14px;
151150
overflow: hidden;

src/components/AppSidebar/TagsItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export default {
145145
&::placeholder {
146146
color: var(--color-text-lighter);
147147
opacity: 1;
148-
font-weight: bold;
149148
}
150149
}
151150
}

src/components/AppSidebar/TextItem.vue

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export default {
141141
}
142142

143143
&__name {
144-
font-weight: bold;
145144
flex-grow: 1;
146145
padding-right: 14px;
147146
overflow: hidden;

0 commit comments

Comments
 (0)