Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed Aug 17, 2020
1 parent 9e5ab5f commit 5f941cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/global.min.css

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

4 changes: 0 additions & 4 deletions sources/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ h1 {
label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}

Expand Down Expand Up @@ -68,7 +67,6 @@ label {
width: 16px
}

/* background of the scrollbar except button or resizer */
&::-webkit-scrollbar-track {
background-color: #fff
}
Expand All @@ -77,7 +75,6 @@ label {
background-color: #f4f4f4
}

/* scrollbar itself */
&::-webkit-scrollbar-thumb {
background-color: #dcdce6;
border-radius: 16px;
Expand All @@ -88,7 +85,6 @@ label {
background-color: #a0a0a5;
}

/* set button(top and bottom of the scrollbar) */
&::-webkit-scrollbar-button {
display: none
}
Expand Down

0 comments on commit 5f941cc

Please sign in to comment.