Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Change Alert Colors to Accessible Colors (AA) for Quickicons #38885

Open
wants to merge 28 commits into
base: 5.2-dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
80e0508
Changed Featured color to yellow instead to warning variable
coolcat-creations Oct 1, 2022
71e33e7
Take AAA color values for the hover
coolcat-creations Oct 1, 2022
4aeaea9
Adjust color and text of the other icons
coolcat-creations Oct 1, 2022
17a8957
Change color values to lowercase
coolcat-creations Oct 1, 2022
a323e7d
Change Colors to AA a11y
coolcat-creations Oct 15, 2022
619e98e
lowercase in css
coolcat-creations Oct 15, 2022
01e35ab
Rollback Icon colors as suggested
coolcat-creations Oct 15, 2022
300e5f7
Fix appereance of Buttons using success color
coolcat-creations Oct 15, 2022
3a7577f
Adding colors as wished
coolcat-creations Oct 15, 2022
a8080bf
Fix variable
coolcat-creations Oct 15, 2022
5e7a0ab
lowercase
coolcat-creations Oct 15, 2022
112e64d
fix typo
coolcat-creations Oct 15, 2022
c0220cf
fix used colors
coolcat-creations Oct 15, 2022
2f0c2cf
fix according lint:css
coolcat-creations Oct 15, 2022
466ef45
Change Colors according to UX and a11y recommendations
coolcat-creations Oct 15, 2022
8c6bd32
Merge branch '4.2-dev' into Info-Warning-Danger-Features-Colors
richard67 Oct 15, 2022
2670a23
Revert changes to existing colors
coolcat-creations Oct 16, 2022
9bc3548
Merge remote-tracking branch 'origin/Info-Warning-Danger-Features-Col…
coolcat-creations Oct 16, 2022
d498ca3
Adjust colors to last provided colorscheme
coolcat-creations Nov 28, 2022
00b3ca5
Set alert box text color to black
coolcat-creations Nov 28, 2022
f9bf207
Correct hover colors on normal quickions
coolcat-creations Nov 28, 2022
9987eb3
Remove wrong icon color
coolcat-creations Nov 28, 2022
29571de
Remove wrong icon color
coolcat-creations Nov 28, 2022
e3b03e6
Merge branch '4.2-dev' into Info-Warning-Danger-Features-Colors
coolcat-creations Nov 28, 2022
a7bc04a
Correct code style
coolcat-creations Nov 28, 2022
6fde236
fix border hover effect
coolcat-creations Nov 28, 2022
8ee20fe
fix border hover effect
coolcat-creations Nov 28, 2022
effe7c0
Merge branch '5.1-dev' into Info-Warning-Danger-Features-Colors
bembelimen Jan 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust color and text of the other icons
  • Loading branch information
coolcat-creations committed Oct 1, 2022
commit 4aeaea99857191c9e2ad423309a393ba65cfcf53
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}

.quickicon {
--text-color: hsl(var(--hue), 30%, 40%);
--text-color: #001226;
--bg-color: hsl(var(--hue), 60%, 97%);
--icon-color: hsl(var(--hue), 30%, 40%);
--icon-color: #001226;
--bg-color-hvr: var(--template-bg-dark);
--color-hvr: #F8FAFD;

Expand Down