We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c351 commit 72385c1Copy full SHA for 72385c1
app/javascript/css/components/poll.css
@@ -10,10 +10,10 @@
10
border-radius: 0.375rem;
11
font-size: var(--step--1);
12
font-weight: 700;
13
+ border: 1px solid transparent;
14
}
15
16
& .bar {
- border: 1px solid transparent;
17
background-color: var(--joy-poll-result-default);
18
position: absolute;
19
top: 0;
app/views/share/polls/results.rb
@@ -20,7 +20,7 @@ def view_template
20
end
21
22
div(class: "p-2") do
23
- p(class: "text-small font-extrabold") { pluralize question.votes_count, "vote" }
+ p(class: "text-small text-theme") { pluralize question.votes_count, "vote" }
24
25
26
0 commit comments