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 {
// actions
.list-actions {
@extend .no-list;
@extend .cont-no-list;
.action-item {
margin-bottom: ($baseline/4);
......
......@@ -72,7 +72,7 @@ body.dashboard {
overflow: hidden;
.ui-toggle-control {
@extend .depth2;
@extend .ui-depth2;
@extend .btn-secondary-gray;
@include clearfix();
display: block;
......@@ -102,7 +102,7 @@ body.dashboard {
}
.ui-toggle-target {
@extend .depth1;
@extend .ui-depth1;
@include transition(opacity $tmg-f1 ease-in-out 0s);
position: relative;
top: -2px;
......@@ -188,7 +188,7 @@ body.dashboard {
.status-update {
.label {
@extend .text-sr;
@extend .cont-text-sr;
}
.value {
......@@ -238,7 +238,7 @@ body.dashboard {
&.is-unrequested {
.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