Comments

smccabe created an issue. See original summary.

smccabe’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new301.39 KB
subhojit777’s picture

  1. +++ b/sass/_sidebar.scss
    @@ -108,6 +86,39 @@
    +      color: #fff;
    

    Use variables for this please

  2. +++ b/sass/_sidebar.scss
    @@ -108,6 +86,39 @@
    +      opacity: 0;
    

    Use Sass method for opacity

  3. +++ b/sass/_sidebar.scss
    @@ -108,6 +86,39 @@
    +      opacity: 1;
    

    Use sass method for opacity

EDIT:
Removed the CSS change suggestions as those are all compiled code.

subhojit777’s picture

Status: Needs review » Needs work
smccabe’s picture

@subhojit777 the CSS is compiled from SASS, so it is minified on purpose, you'll want to review the .sass files

TylerMarshall’s picture

Status: Needs work » Reviewed & tested by the community

Looks good to me, patch applies cleanly.

Only piece of feedback I'd have is to move the text like 1 or 2 px up but I'm a terrible front end person so maybe not.

TylerMarshall’s picture

StatusFileSize
new294.39 KB

If we want the +2 px on bottom here is the patch.

TylerMarshall’s picture

StatusFileSize
new294.39 KB

Sorry, broken patch above.

TylerMarshall’s picture

Status: Reviewed & tested by the community » Needs review

Updated to needs review so we can check if my patch is needed/wanted.

smccabe’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.