diff --git a/browser/styles/main/HomeContainer/components/ArticleDetail.styl b/browser/styles/main/HomeContainer/components/ArticleDetail.styl index e32f5841..d811f02d 100644 --- a/browser/styles/main/HomeContainer/components/ArticleDetail.styl +++ b/browser/styles/main/HomeContainer/components/ArticleDetail.styl @@ -34,12 +34,11 @@ infoButton() text-align center width 100% color inactiveTextColor - * - -webkit-user-select none .ArticleDetail-info height 70px width 100% font-size 12px + user-select none &>.tutorial position fixed z-index 35 @@ -197,6 +196,7 @@ infoButton() border solid 1px borderColor border-radius 5px transition width 0.15s + user-select none &.idle cursor pointer &:hover @@ -239,7 +239,7 @@ infoButton() background-color darken(white, 10%) .ArticleDetail-panel-header-title absolute left top - right 120px + right 145px padding 0 15px background-color transparent input @@ -256,6 +256,7 @@ infoButton() padding 5px 15px border-top solid 1px borderColor overflow-y auto + user-select all .CodeEditor absolute left right bottom top 60px diff --git a/browser/styles/main/HomeContainer/components/ArticleNavigator.styl b/browser/styles/main/HomeContainer/components/ArticleNavigator.styl index 93fd515f..ca7e7336 100644 --- a/browser/styles/main/HomeContainer/components/ArticleNavigator.styl +++ b/browser/styles/main/HomeContainer/components/ArticleNavigator.styl @@ -7,6 +7,7 @@ articleCount = #999 width 200px border-right 1px solid borderColor color white + user-select none .userInfo height 60px display block diff --git a/browser/styles/main/HomeContainer/components/ArticleTopBar.styl b/browser/styles/main/HomeContainer/components/ArticleTopBar.styl index 13e5f138..e147c0ba 100644 --- a/browser/styles/main/HomeContainer/components/ArticleTopBar.styl +++ b/browser/styles/main/HomeContainer/components/ArticleTopBar.styl @@ -15,6 +15,7 @@ infoBtnActiveBgColor = #3A3A3A left 200px height 60px background-color bgColor + user-select none &>.tutorial .clickJammer fixed top left bottom right diff --git a/browser/styles/main/index.styl b/browser/styles/main/index.styl index 96d89005..0396d2df 100644 --- a/browser/styles/main/index.styl +++ b/browser/styles/main/index.styl @@ -9,10 +9,6 @@ global-reset() DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif -* - -webkit-app-region no-drag - -webkit-user-select none - html, body width 100% height 100%