Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 authored Jul 17, 2020
2 parents 79eae4a + e3839ac commit 22d7810
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/design-system",
"version": "0.1.6",
"version": "0.1.7",
"description": "Design System by Channel",
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/layout/GlobalHeader/GlobalHeader.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ export const StyledGlobalHeader = styled.div<GlobalHeaderProps>`
background-color: ${props => props.theme?.colors?.background1};
box-shadow: inset 0 -1px 0 0 ${props => props.theme?.colors?.background3};
transition: background-color 200ms ease-in-out;
-webkit-app-region: drag;
-webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
`

0 comments on commit 22d7810

Please sign in to comment.