Commit 63960ee4 by marco

style change for is-set

parent d264c943
...@@ -506,6 +506,7 @@ body.course.unit { ...@@ -506,6 +506,7 @@ body.course.unit {
.mode { .mode {
display: inline-block; display: inline-block;
margin-left: 8px;
&.inactive-mode{ &.inactive-mode{
display: none; display: none;
...@@ -518,13 +519,13 @@ body.course.unit { ...@@ -518,13 +519,13 @@ body.course.unit {
&.is-set { &.is-set {
@include linear-gradient($blue, $blue); @include linear-gradient($blue, $blue);
color: $blue-d1; color: $blue-d1;
box-shadow: inset 1px 1px 1px $shadow-d1; box-shadow: inset 0 1px 2px 2px $shadow;
background-color: $blue; background-color: $blue-d4;
cursor: default; cursor: default;
&:hover { &:hover {
box-shadow: inset 1px 1px 1px $shadow-d1; box-shadow: inset 0 1px 2px 2px $shadow;
background-color: $blue; background-color: $blue-d4;
} }
} }
} }
......
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