Skip to content

Commit

Permalink
fix sass compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsx committed Jun 25, 2015
1 parent 8dec517 commit e6340e6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions cms/static/cms/css/cms.base.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions cms/static/cms/css/cms.pagetree.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions cms/static/cms/css/cms.toolbar.modal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions cms/static/cms/css/cms.toolbar.sideframe.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cms/static/cms/sass/cms.toolbar.sideframe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
font-weight: 200 !important;
margin-bottom: 5px !important;
padding: 5px 12px !important;

border: 1px solid adjust-hue($color-blue, 15deg) !important;
background-image: linear-gradient($gradient-blue) !important;
background-image: linear-gradient($btn-active-bggradient) !important;
box-shadow: inset lighten($color-blue, 20%) 0 1px 0;
&:hover,
&:active,
Expand Down
2 changes: 1 addition & 1 deletion cms/static/cms/sass/components/_subnav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
&:focus {
color: white;
background: adjust-hue($color-blue, 15deg);
background: linear-gradient($gradient-blue);
background: linear-gradient($btn-action-bggradient);
}
&:first-child {
border-top: none;
Expand Down
2 changes: 1 addition & 1 deletion cms/static/cms/sass/components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
> a {
color: white !important;
background: adjust-hue($color-blue, 15deg);
background: linear-gradient($gradient-blue);
background: linear-gradient($btn-action-bggradient);
}

// add active style
Expand Down

0 comments on commit e6340e6

Please sign in to comment.