Skip to content

Commit

Permalink
Merge pull request #1667 from Alex-D/tags
Browse files Browse the repository at this point in the history
[1.2] Met les tags sur fond clair + contour
  • Loading branch information
SpaceFox committed Nov 5, 2014
2 parents 992c5c3 + d0e107e commit 81e7282
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions assets/scss/_all-supports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1661,19 +1661,26 @@
display: inline;

.topic-tag {
display: block;
height: 23px;
line-height: 23px;
float: left;
padding: 0 5px;
margin: 0 3px 0 0;
color: #FFF;
background: $header-hover;
color: $header-hover;
background: #FCFCFC;
border: 1px solid #CCC;

&:hover,
&:focus {
background: #FFF;
color: $header-hover;
box-shadow: $header-hover 0 0 3px;
color: $primary;
border-color: $primary;
text-decoration: none;
}
&:focus {
box-shadow: $header-hover 0 0 3px;
}
}

li:last-child .topic-tag {
Expand Down Expand Up @@ -1707,7 +1714,7 @@
}
.topic-subtitle {
height: 24px;
line-height: 1.3em;
line-height: 1.5em;
color: #777;
}
.topic-members {
Expand Down

0 comments on commit 81e7282

Please sign in to comment.