mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 11:45:48 +08:00
just set opacity of links on archived not row
This commit is contained in:
parent
e22b4fe229
commit
0db31b3398
@ -46,7 +46,7 @@
|
||||
&:nth-child(even) {
|
||||
background-color: darken($white, 2%);
|
||||
}
|
||||
&.archived {
|
||||
&.archived a {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user