mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
just set opacity of links on archived not row
This commit is contained in:
parent
e22b4fe229
commit
0db31b3398
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
background-color: darken($white, 2%);
|
background-color: darken($white, 2%);
|
||||||
}
|
}
|
||||||
&.archived {
|
&.archived a {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue