Skip to content

Commit

Permalink
Correct styles for app directory categories
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 28, 2016
1 parent c4010e0 commit 151d600
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions scss/pages/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,27 @@
}
}

.titled_list {
h4 {
color: $base-font-color;
}
.sidebar_menu_list_item {
color: $base-font-color;

ul {
li {
a {
color: $base-font-color;
&.is_active {
background-color: $color-base;
border-color: $color-base;
color: $base-font-color;
text-shadow: 0 1px 0 $color-shadow-light;

&:focus,
&:hover {
background-color: $color-shade-darkest;
}
}
a {
color: $base-font-color;
}
}

&.active a {
background: $color-shade-dark !important;
color: $base-link-color;
&:not(.is_active):hover {
background-color: $color-base;
border-color: $color-base;
}

&:hover {
background: $color-shade-dark !important;
color: $base-link-color-active;
}
}
}
a {
color: $base-font-color;
}
}

Expand Down

0 comments on commit 151d600

Please sign in to comment.