Skip to content

Commit

Permalink
WIP more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Nov 16, 2023
1 parent 7b797f8 commit 8a2053e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webview/static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ body {
text-overflow: ellipsis;
pointer-events: none;
}
.topic-text[data-followed="true"] {
background-color: blue; /* this *does* work, great */
}
.topic-text[data-followed="true"]::after {
content: "";
background-color: red;
background-image: url("images/follow.svg");
/* background-image: url("images/follow.svg"); */
margin-left: 12px;
width: 17px;
height: 17px;
Expand Down

0 comments on commit 8a2053e

Please sign in to comment.