Commit 95884642 by Matjaz Gregoric

Mark sequence link-color scss variable default.

There's already a global $link-color variable defined in
lms/static/sass/base/_variables.scss. Mark the $link-color
variable in sequence scss file with !default, so that the
global $link-color variable gets used, if defined.
parent e8925972
$sequence--border-color: #C8C8C8;
$link-color: rgb(26, 161, 222);
$link-color: rgb(26, 161, 222) !default;
// repeated extends - needed since LMS styling was referenced
.block-link {
border-left: 1px solid lighten($sequence--border-color, 10%);
......
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