Skip to content

Commit

Permalink
chore: remove some unused css rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Apr 9, 2024
1 parent 95dd36b commit f73671e
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -527,26 +527,12 @@
pointer-events: none;
}

.PollOption-information {
display: flex;
margin-left: 10px;
flex-direction: column;
}

.PollResult-row {
display: flex;
flex-grow: 1;
justify-content: space-between;
}
.PollResult-information {
display: flex;
flex-direction: column;
flex-grow: 1;
gap: 4px;
justify-content: space-between;
margin-left: 10px;
position: relative;
}

.PollResult-bar {
-webkit-appearance: none;
appearance: none;
Expand All @@ -561,13 +547,6 @@
background-color: var(--muted-color-light);
}
}
.PollResult-percentagePosition {
bottom: -2px;
background: var(--muted-color-dark);
height: 8px;
position: absolute;
width: 4px;
}

.Poll-title,
.PollResult-number {
Expand Down

0 comments on commit f73671e

Please sign in to comment.