stable
Clone or download
part of: story #31537 Add tags and make them updatable What has changed: - the "edit labels" button has now the same size than the "edit reviewers" button. - the size of the pencil icon in "edit reviewers" and "edit labels" buttons is now .65rem - the space between those buttons and the content on their left has been reduced. - the badges in lazybox's selection have now the same height than regular badges. - The "remove badge value" button have now the same styles than the same button in list-picker. - Icons in the reviewers and labels edition modals on the button "Save changes" have been removed. - Tag icons in labels badges inside lazybox have been removed. - Extra space in the currently assigned labels badgeshas been removed. Change-Id: I08b3072727fa63701cf02d64a28a82f9a0a29122
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/lazybox/src/selection/selection-badge.scss | +3 | −4 | Go to diff View file |
M | lib/frontend/lazybox/themes/_common.scss | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestLabels.vue | +6 | −7 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestManageLabelsModal.vue | +3 | −6 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/autocomplete/AssignableLabelTemplate.ts | +2 | −14 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/PullRequestManageReviewersModal.vue | +4 | −6 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Reviewers/PullRequestReviewerList.vue | +8 | −5 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/themes/_common.scss | +25 | −0 | Go to diff View file |