Skip to content

Commit

Permalink
Merge pull request #13922 from wprater/feedback-ux-fix
Browse files Browse the repository at this point in the history
fix UI/UX regression
  • Loading branch information
bpasero committed Oct 18, 2016
2 parents a0eee27 + eed6a31 commit cfe1aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/parts/feedback/browser/media/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
color: #75BEFF;
}

.monaco-shell .feedback-form .content .channels a:hover {
text-decoration: underline;
}

.monaco-shell .feedback-form .feedback-alias, .monaco-shell .feedback-form .feedback-description {
resize: none;
font-size: 1.1em;
Expand Down

0 comments on commit cfe1aa0

Please sign in to comment.