Studio: updates older extend references and solves Sass warnings/dupe display of accessibility-based text

This commit is contained in:
Brian Talbot
2013-07-22 16:30:26 -04:00
parent 5168a080ff
commit 0833181ecc
2 changed files with 5 additions and 5 deletions

View File

@@ -448,7 +448,7 @@ p, ul, ol, dl {
// actions
.list-actions {
@extend .no-list;
@extend .cont-no-list;
.action-item {
margin-bottom: ($baseline/4);

View File

@@ -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;
}
}