Commit 94b90db5 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-scss-syntax-error' into 'master'

fix syntax error in common.scss

Fix a syntax error.

See merge request !1857
parents da0b9cb3 d22435f3
...@@ -64,7 +64,7 @@ pre { ...@@ -64,7 +64,7 @@ pre {
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
background: $gl-primary; background: $gl-primary;
color: #FFF color: #FFF;
} }
.str-truncated { .str-truncated {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment