1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-24 14:17:14 +00:00

実装:PlanetNavigatorのUser iconを押すとそのUser pageに飛ぶ

改善:Profile Photoに影を追加
This commit is contained in:
Rokt33r
2015-07-29 13:17:55 +09:00
parent e5e6e2e1b8
commit 49057810fb
6 changed files with 22 additions and 7 deletions

View File

@@ -132,9 +132,13 @@
width 44px
height 44px
float left
circle()
margin 3px
line-height 44px
.userPhoto
circle()
width 44px
height 44px
box-shadow 1px 1px 4px 0px #C5C5C5
.userTooltip
position absolute
z-index 500
@@ -149,6 +153,8 @@
pointer-events none
&:hover .userTooltip
opacity 1
&.addUserButton
circle()
.PlanetArticleList

View File

@@ -14,10 +14,10 @@
padding 0
border none
cursor pointer
box-sizing border-box
img
transition 0.1s
opacity 0.8
box-sizing border-box
opacity 0.9
&.active, &:active, &.focus, &:focus, &.hover, &:hover
img
opacity 1