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 cdd895b commit 6cc2f72Copy full SHA for 6cc2f72
warehouse/static/sass/blocks/_dropdown.scss
@@ -78,14 +78,15 @@
78
text-align: left;
79
position: relative;
80
81
- &:hover {
82
- background-color: $base-grey;
83
- color: $text-color;
+ &:hover,
+ &:focus {
+ background-color: mix($white, $primary-color-light, 90%);
84
+ color: $primary-color-dark;
85
text-decoration: none;
86
}
87
88
&:focus {
- @include link-focus;
89
+ border-bottom-color: $primary-color-light;
90
91
92
.fa {
@@ -121,10 +122,15 @@
121
122
123
124
125
126
127
background-color: darken($header-background-color, 1.5);
128
color: $white;
129
130
+
131
132
133
+ }
134
135
136
0 commit comments