Skip to content

Commit ead2517

Browse files
Merge pull request #221 from agileware-jp/feature-100758-change-help-button-color-redmine5
Feature 100758 ヘルプボタンの色合いを変更する。なぜならLycheeヘルプで追加される各画面単位のヘルプとのザインを統一するためだ redmine5
2 parents 90ea71c + c7aefe5 commit ead2517

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/sass/components/topMenu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270

271271
/* lychee_help */
272272
#account .lychee-help {
273-
background-image: url(images/question_mark_onFill.svg);
274-
@apply h-[28px] bg-product-default bg-no-repeat bg-[length:14px_14px] bg-[7px_center] text-text-onFill font-bold rounded-full shadow-md
273+
background-image: url(images/question_mark_dark.svg);
274+
@apply h-[28px] bg-[#FDFBE3] bg-no-repeat bg-[length:14px_14px] bg-[7px_center] border border-[#E9E5B4] text-text-default font-bold rounded-full shadow-md
275275
}
276276

277277
@keyframes mouseover {
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)