diff options
| author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-10-05 23:59:48 +0000 |
|---|---|---|
| committer | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-10-05 23:59:48 +0000 |
| commit | d7fb37c6f63ccde7308f6a5e63672cf4ef41dc30 (patch) | |
| tree | 967d07a85274f6a76ac7c87ddb03be333c7153cc | |
| parent | dcf0812db44574186cb02d863bd23991f3ebf73f (diff) | |
| download | gitlab-ce-adjusting-tooltips.tar.gz | |
Update variables.scss tooltip variable with no snake caseadjusting-tooltips
| -rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index ab657d0fc98..e435ecf847f 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -205,7 +205,7 @@ $code_line_height: 1.6; /* * Tooltips */ -$tooltip_font_size: 12px; +$tooltip-font-size: 12px; /* * Padding |
