Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-05 22:34:16 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-04-05 22:34:16 +0300
commit4258589d95350c8c5483d12ae1665d9571614771 (patch)
treebda4f45eb15ff37dfc18393bc66df283f65d5cbf /app/assets/stylesheets/framework/typography.scss
parentb8d0f174224c883d2b6766ba424a7b5ad7f2431e (diff)
parent4d9d06ec5057c512bd05ab5883ca842c7a3a3c9a (diff)
Merge branch 'note-form-design' into 'master'
Notes form design update Part of #3401 See merge request !3442
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index c3c7bc9fdbe..7b2aada5a0d 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -250,7 +250,7 @@ a > code {
* Textareas intended for GFM
*
*/
-textarea.js-gfm-input {
+.js-gfm-input {
font-family: $monospace_font;
color: $gl-text-color;
}