Skip to content

Commit b56670b

Browse files
authored
Merge pull request #102 from back4app/fix_sidebar_styles
fix: App arrow color and sidebar hover color
2 parents 30b314e + 1456181 commit b56670b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Sidebar/Sidebar.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
}
163163

164164
&:after {
165-
@include arrow('down', 10px, 7px, #132B39);
165+
@include arrow('down', 10px, 7px, #fff);
166166
position: absolute;
167167
content: '';
168168
top: 20px;
@@ -247,7 +247,9 @@
247247
color: white;
248248

249249
&:hover{
250-
background-color: #0D5E91;
250+
background-color: #1184ca;
251+
text-decoration: underline;
252+
color: white;
251253
}
252254

253255
> span {

0 commit comments

Comments
 (0)