Recover watch icon style

pull/2158/head
Hagen Schink 10 years ago committed by Jens Ulferts
parent e145d0c4ed
commit b8df7bbcd2
  1. 24
      app/assets/stylesheets/content/_work_packages.sass
  2. 2
      public/templates/work_packages.list.details.html

@ -177,17 +177,23 @@ i
&.icon-right
vertical-align: -2px
padding: 0 0px 0 4px
accessible-by-keyboard
&.star
font-size: 17px
padding: 0 2px 0 0px
vertical-align: -3px
color: #ccc
margin: 0 0 0 -2px
cursor: pointer
&:hover, &.active
color: #f8d033
&.active:hover
margin-right: -1em
a:hover
text-decoration: none
.star
font-size: 17px
padding: 0 2px 0 0px
vertical-align: -3px
color: #ccc
margin: 0 0 0 -2px
cursor: pointer
&:hover, &.active
color: #f8d033
&.active:hover
color: #ccc
#tabs
position: relative

@ -35,7 +35,7 @@
<h2 title="{{ workPackage.props.subject }}" ng-bind="workPackage.props.subject"></h2>
<span class="subtitle">
<accessible-by-keyboard ng-if="toggleWatchLink" execute="toggleWatch()">
<accessible-by-keyboard ng-if="toggleWatchLink" execute="toggleWatch()" class="star">
<icon-wrapper icon-name="{{ 'star1' + (isWatched ? ' active' : '') }}"
icon-title="{{ isWatched ? I18n.t('js.label_unwatch_work_package') : I18n.t('js.label_watch_work_package') }}"
css-class="star">

Loading…
Cancel
Save