💄 Site > Prevent text selection

This commit is contained in:
brunosimon
2017-09-07 14:26:46 +02:00
parent 92ba6e4590
commit b6bd946dcd
9 changed files with 19 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
width 62px width 62px
height 40px height 40px
background #24263A background #24263A
user-select none
.stroke .stroke
position absolute position absolute
@@ -29,6 +29,7 @@ a
width 290px width 290px
height 80px height 80px
background #393855 background #393855
user-select none
a a
display block display block
+9
View File
@@ -15,6 +15,7 @@
background #24263A background #24263A
font-size 14px font-size 14px
white-space nowrap white-space nowrap
user-select none
.stroke .stroke
position absolute position absolute
@@ -59,6 +60,7 @@
padding-left 14px padding-left 14px
line-height 40px line-height 40px
font-size 14px font-size 14px
user-select none
.stroke .stroke
position absolute position absolute
@@ -136,11 +138,18 @@
.user-label .user-label
opacity 0.7 opacity 0.7
pointer-events none
user-select none
.user-name .user-name
width 185px
padding-left 1px
outline none outline none
border none border none
&:hover
background rgba(255, 255, 255, 0.075)
.question .question
position absolute position absolute
bottom 0 bottom 0
+2
View File
@@ -15,6 +15,8 @@ header
background #1E202F background #1E202F
a a
user-select none
&.active &.active
background #26283B background #26283B
@@ -6,6 +6,7 @@
overflow-y scroll overflow-y scroll
background #26283B background #26283B
color #ffffff color #ffffff
user-select none
.search .search
display block display block
+1
View File
@@ -24,6 +24,7 @@
height 100% height 100%
background #2D2D49 background #2D2D49
font-family 'DINNextRoundedLTPro' font-family 'DINNextRoundedLTPro'
user-select none
.url .url
color #fff color #fff
@@ -8,6 +8,7 @@
background #2F2E4B background #2F2E4B
color #ffffff color #ffffff
z-index 1 z-index 1
user-select none
.single-project .single-project
padding-left 20px padding-left 20px
+2 -1
View File
@@ -5,4 +5,5 @@
width 202px width 202px
bottom 0 bottom 0
overflow hidden overflow hidden
background #1E202F background #1E202F
user-select none
+1
View File
@@ -33,6 +33,7 @@
left 0 left 0
right 0 right 0
width 65px width 65px
user-select none
.line .line
position relative position relative