Commit 0833181e by Brian Talbot

Studio: updates older extend references and solves Sass warnings/dupe display of…

Studio: updates older extend references and solves Sass warnings/dupe display of accessibility-based text
parent 5168a080
...@@ -448,7 +448,7 @@ p, ul, ol, dl { ...@@ -448,7 +448,7 @@ p, ul, ol, dl {
// actions // actions
.list-actions { .list-actions {
@extend .no-list; @extend .cont-no-list;
.action-item { .action-item {
margin-bottom: ($baseline/4); margin-bottom: ($baseline/4);
......
...@@ -72,7 +72,7 @@ body.dashboard { ...@@ -72,7 +72,7 @@ body.dashboard {
overflow: hidden; overflow: hidden;
.ui-toggle-control { .ui-toggle-control {
@extend .depth2; @extend .ui-depth2;
@extend .btn-secondary-gray; @extend .btn-secondary-gray;
@include clearfix(); @include clearfix();
display: block; display: block;
...@@ -102,7 +102,7 @@ body.dashboard { ...@@ -102,7 +102,7 @@ body.dashboard {
} }
.ui-toggle-target { .ui-toggle-target {
@extend .depth1; @extend .ui-depth1;
@include transition(opacity $tmg-f1 ease-in-out 0s); @include transition(opacity $tmg-f1 ease-in-out 0s);
position: relative; position: relative;
top: -2px; top: -2px;
...@@ -188,7 +188,7 @@ body.dashboard { ...@@ -188,7 +188,7 @@ body.dashboard {
.status-update { .status-update {
.label { .label {
@extend .text-sr; @extend .cont-text-sr;
} }
.value { .value {
...@@ -238,7 +238,7 @@ body.dashboard { ...@@ -238,7 +238,7 @@ body.dashboard {
&.is-unrequested { &.is-unrequested {
.title { .title {
@extend .text-sr; @extend .cont-text-sr;
} }
} }
......
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