Skip to content

Commit fdca975

Browse files
authored
Merge pull request #90 from back4app/analytics-report-event
Fix dropdown style
2 parents fc61ad1 + 2c79113 commit fdca975

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/ChromeDropdown/ChromeDropdown.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,19 @@
5353
height: 30px;
5454
line-height: 30px;
5555
padding: 0 30px 0 10px;
56-
background: $darkBlue;
56+
background: $purple;
5757
border-radius: 5px;
5858
color: white;
59-
59+
cursor: pointer;
60+
6061
div {
6162
overflow-x: hidden;
6263
text-overflow: ellipsis;
6364
}
65+
66+
&.blue {
67+
background: $darkBlue;
68+
}
6469
}
6570

6671
.menu {

0 commit comments

Comments
 (0)