From 77612f1aaba66ed2c42434443c6882e0bbfd3be3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 2 Sep 2015 14:21:25 +0700 Subject: [PATCH] regenerate github css --- github-markdown.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/github-markdown.css b/github-markdown.css index 5d9445c..1bd00d8 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -5,7 +5,6 @@ .markdown-body { -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; text-size-adjust: 100%; color: #333; overflow: hidden; @@ -193,6 +192,10 @@ font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; } +.markdown-body .select::-ms-expand { + opacity: 0; +} + .markdown-body .octicon { font: normal normal normal 16px/1 octicons-anchor; display: inline-block;