tweak draft state text color for improved contrast
test plan: - green text for published items should be #33802a for the instructor views of pages, modules, assignments, and quizzes (RGB: 51, 128, 42) fixes CNVS-11229 Change-Id: Ifeee06f0ad4897889e68566faeda916f660126fc Reviewed-on: https://gerrit.instructure.com/30976 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Bracken Mosbacker <bracken@instructure.com> QA-Review: Matt Fairbourn <mfairbourn@instructure.com> Product-Review: Dana Morley <dana@instructure.com>
This commit is contained in:
parent
9691cd1242
commit
8074c55487
|
@ -13,7 +13,7 @@
|
|||
padding-left: 8px
|
||||
padding-right: 8px
|
||||
.module-published-button
|
||||
color: #34832b
|
||||
color: #33802a
|
||||
font-size: 14px
|
||||
display: inline-block
|
||||
padding: 4px 12px
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
padding-right: 8px;
|
||||
}
|
||||
.module-published-button {
|
||||
color: #34832b;
|
||||
color: #33802a;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
padding-bottom: 3px;
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
}
|
||||
&.discussion-published {
|
||||
.discussion-type, .discussion-title a {
|
||||
color: #34832B;
|
||||
color: #33802a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
$subdued-text-color: #696969
|
||||
$darkened-text-color: #4d4d4d
|
||||
$published-text-color: #34832b
|
||||
$published-text-color: #33802a
|
||||
$unpublished-text-color: $subdued-text-color
|
||||
|
||||
$published-icon-color: #34832b
|
||||
$published-icon-color: #33802a
|
||||
$unpublished-icon-color: #b4b7ba
|
||||
|
||||
$border-color: #c1c7cf
|
||||
|
|
|
@ -240,7 +240,7 @@ is for items that are not draggable.
|
|||
}
|
||||
|
||||
&.ig-published .ig-title {
|
||||
color: #34832b;
|
||||
color: #33802a;
|
||||
}
|
||||
|
||||
&.ig-published.student-view .ig-title {
|
||||
|
|
Loading…
Reference in New Issue