Skip to content

Commit

Permalink
Fixes #4944 - Copied ticket title text/handle in dark-mode into artic…
Browse files Browse the repository at this point in the history
…le is rendered in white color.
  • Loading branch information
dvuckovic committed May 28, 2024
1 parent 6e96263 commit b48e637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/app/lib/app_post/utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class App.Utils
'color:#b3b3b3' # use in UI, ignore it
'color:rgb(34, 34, 34)' # use in UI, ignore it
'color:rgb(219, 219, 220)' # use in UI, ignore it
'color:rgb(255, 255, 255)' # use in UI, ignore it
],
'SPAN': [
'color:white',
Expand All @@ -97,6 +98,7 @@ class App.Utils
'color:#b3b3b3' # use in UI, ignore it
'color:rgb(34, 34, 34)' # use in UI, ignore it
'color:rgb(219, 219, 220)' # use in UI, ignore it
'color:rgb(255, 255, 255)' # use in UI, ignore it
],
'TABLE': [
'font-size:0',
Expand Down

0 comments on commit b48e637

Please sign in to comment.