Skip to content

Commit

Permalink
Merge pull request #2780 from nextcloud/fix/noid/bold
Browse files Browse the repository at this point in the history
fix(style): remove bold font weight from sidebar
  • Loading branch information
raimund-schluessler authored Jan 26, 2025
2 parents c4debb0 + c57b709 commit 85f1747
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/components/AppSidebar/CalendarPickerItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export default {
margin: 0;
height: var(--default-clickable-area) !important;
line-height: var(--default-clickable-area);
font-weight: bold;
}

&__actions {
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/CalendarPickerOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
flex-grow: 1;
font-weight: bold;
white-space: nowrap;
color: var(--color-text-lighter);
cursor: pointer;
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/CheckboxItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default {
}
> span {
margin-left: 4px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/DateTimePickerItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ $blue: #4271a6;
}

&__name {
font-weight: bold;
flex-grow: 1;
padding-right: 14px;
overflow: hidden;
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/MultiselectItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export default {
margin: 0;
height: var(--default-clickable-area) !important;
line-height: var(--default-clickable-area);
font-weight: bold;
position: absolute;
width: 100%;

Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/MultiselectOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default {
}

&__label {
font-weight: bold;
padding-right: 14px;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/SliderItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export default {
}

&__name {
font-weight: bold;
flex-grow: 1;
padding-right: 14px;
overflow: hidden;
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/TagsItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export default {
&::placeholder {
color: var(--color-text-lighter);
opacity: 1;
font-weight: bold;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion src/components/AppSidebar/TextItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export default {
}

&__name {
font-weight: bold;
flex-grow: 1;
padding-right: 14px;
overflow: hidden;
Expand Down

0 comments on commit 85f1747

Please sign in to comment.