Use line-through to indicate read status
This commit is contained in:
parent
ccde406193
commit
fa491120a0
3 changed files with 2 additions and 8 deletions
|
|
@ -85,7 +85,7 @@
|
|||
font-size: map-deep-get($post, "header-font-size");
|
||||
|
||||
&--read {
|
||||
color: var(--read-color);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -196,10 +196,6 @@
|
|||
background-color: var(--confirm-color);
|
||||
color: $white;
|
||||
width: 100px;
|
||||
|
||||
&--saved {
|
||||
color: var(--read-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
font-size: map-deep-get($post, header-font-size);
|
||||
|
||||
&--read {
|
||||
color: var(--read-color);
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
--font-color: #{$font-color};
|
||||
--link-color: #{$link-color};
|
||||
--selected-color: #{$selected-color};
|
||||
--read-color: #{$read-color};
|
||||
|
||||
--confirm-color: #{$confirm-color};
|
||||
--confirm-font-color: #{$confirm-font-color};
|
||||
|
|
@ -27,7 +26,6 @@
|
|||
|
||||
--font-color: #{$dark-font-color};
|
||||
--link-color: #{$dark-link-color};
|
||||
--read-color: #{$dark-read-color};
|
||||
|
||||
--confirm-color: #{$dark-confirm-color};
|
||||
--confirm-font-color: #{$dark-confirm-font-color};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue