We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc61ad1 + 2c79113 commit fdca975Copy full SHA for fdca975
src/components/ChromeDropdown/ChromeDropdown.scss
@@ -53,14 +53,19 @@
53
height: 30px;
54
line-height: 30px;
55
padding: 0 30px 0 10px;
56
- background: $darkBlue;
+ background: $purple;
57
border-radius: 5px;
58
color: white;
59
-
+ cursor: pointer;
60
+
61
div {
62
overflow-x: hidden;
63
text-overflow: ellipsis;
64
}
65
66
+ &.blue {
67
+ background: $darkBlue;
68
+ }
69
70
71
.menu {
0 commit comments