We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d53129 commit 4adcc0cCopy full SHA for 4adcc0c
examples/index.html
@@ -30,11 +30,16 @@
30
vertical-align: bottom;
31
}
32
33
+ .pure-menu-link {
34
+ /* Override pure CSS color to add more contrast for accessibility */
35
+ color: #737373;
36
+ }
37
+
38
.pure-menu-link.active,
39
.pure-menu-link.active:focus,
40
.pure-menu-link.active:hover {
41
color: #fff;
- background: #20a0ff;
42
+ background: #0060df;
43
44
45
.well {
examples/react-contextmenu.css
@@ -36,8 +36,8 @@
.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
- background-color: #20a0ff;
- border-color: #20a0ff;
+ background-color: #0060df;
+ border-color: #0060df;
text-decoration: none;
0 commit comments