underline a:hover, remove active state for touch devices

This commit is contained in:
danielvincent 2011-01-19 23:34:12 -08:00
parent 3d89e1f203
commit db32074439

View file

@ -16,9 +16,9 @@ a
:text :text
:decoration none :decoration none
&:hover &:hover
:color #4CCAE0 :color $blue
&:active :text
:color #005D9C :decoration underline
p p
:word-wrap break-word :word-wrap break-word
@ -188,6 +188,9 @@ header
:padding :padding
:right 15px :right 15px
:color #CCC :color #CCC
&:hover
:text
:decoration none
.right .right
:right 5px :right 5px
@ -248,8 +251,6 @@ header
:top 1px solid #fff :top 1px solid #fff
&:hover &:hover
:background
:color #fff
:border :border
:bottom 1px solid #ddd :bottom 1px solid #ddd
.right .right
@ -382,10 +383,7 @@ header
div.info, .time, .from h5 div.info, .time, .from h5
a a
:color $blue :color $blue
&:hover
:color #22AAE0
&:active
:color #005D9C
.time, .time,
.timeago .timeago
a a
@ -645,9 +643,6 @@ ul.show_comments
:color #999 :color #999
:font :font
:weight normal :weight normal
&:hover
:text
:decoration underline
.stream_element:hover .stream_element:hover
.right .right
@ -952,6 +947,10 @@ ul#aspect_nav
:margin :margin
:bottom 0 :bottom 0
a:hover
:text
:decoration none
> li > li
:display inline :display inline
:padding 1px 8px :padding 1px 8px
@ -1010,6 +1009,7 @@ ul#aspect_nav
:color #888 :color #888
a a
:color #000 :color #000
.new_requests .new_requests
:color red :color red
@ -1258,12 +1258,6 @@ ul#settings_nav
a a
:color #69AEDD :color #69AEDD
&:hover
:color #82DAE9
&:active
:color #005D9C
.section .section
:margin :margin
:bottom 24px :bottom 24px
@ -1783,9 +1777,6 @@ footer
a a
:color #777 :color #777
&:hover
:color #ccc
ul#landing_nav ul#landing_nav
:margin 0 :margin 0
:padding 0 :padding 0
@ -1823,7 +1814,6 @@ ul#landing_nav
:text-shadow 0 1px 0 #000 :text-shadow 0 1px 0 #000
#signup_field #signup_field
:margin :margin
:top -200px :top -200px