Skip to content

Commit

Permalink
Avoid percentages in opacity for minified CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 22, 2023
1 parent 2485a07 commit 5457f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/group.styl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ table.group
padding: 0 0.35rem
border-left: 0.3rem solid transparent
&.dragging
opacity: 66%
opacity: 0.666
&.dropping
border-left-color: red
.tagSort
Expand Down
4 changes: 2 additions & 2 deletions client/message.styl
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,15 @@ nav.contents
white-space: pre
transform-origin: 0% 0%
color: transparent
opacity: 25%
opacity: 0.25
::selection
background: blue
background: AccentColor
> br::selection
background: transparent
> .fas
color: magenta
opacity: 75%
opacity: 0.75
@media print
.pdf > .annotations
display: none
Expand Down

0 comments on commit 5457f46

Please sign in to comment.