Skip to content

Commit

Permalink
Editor: ensure disabled textarea is readable in Safari
Browse files Browse the repository at this point in the history
Refs. #458.
  • Loading branch information
julen committed Apr 6, 2020
1 parent c4516ee commit b183b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pootle/static/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ html[dir="rtl"] .suggestion-original
box-shadow: none;
outline: none;
color: #999;
-webkit-text-fill-color: #999;
}

.editor-area-wrapper.is-focused
Expand Down

0 comments on commit b183b2d

Please sign in to comment.