Skip to content

Commit

Permalink
Remove unnecessary and imperceptible fade (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 authored Apr 4, 2021
1 parent 0f0f2b6 commit 5e8155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/common/mixins/header-background.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.header-background() {
background: fade(@header-bg, 98%);
background: @header-bg;
position: fixed;
top: 0;
left: 0;
Expand Down

0 comments on commit 5e8155e

Please sign in to comment.