Commit 19a7e63e by Brian Talbot

Studio: renames nav dropdown pattern and corrects references

parent 34e9a21d
...@@ -148,9 +148,9 @@ ...@@ -148,9 +148,9 @@
// ==================== // ====================
// simple dropdown button styling - should we move this elsewhere? // simple dropdown button styling - should we move this elsewhere?
.btn-dd { .ui-btn-dd {
@extend .btn; @extend .ui-btn;
@extend .btn-pill; @extend .ui-btn-pill;
padding:($baseline/4) ($baseline/2); padding:($baseline/4) ($baseline/2);
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
text-align: center; text-align: center;
&:hover, &:active { &:hover, &:active {
@extend .fake-link; @extend .ui-fake-link;
border-color: $gray-l3; border-color: $gray-l3;
} }
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
} }
// layout-based buttons - nav dd // layout-based buttons - nav dd
.btn-dd-nav-primary { .ui-btn-dd-nav-primary {
@extend .btn-dd; @extend .ui-btn-dd;
background: $white; background: $white;
border-color: $white; border-color: $white;
color: $gray-d1; color: $gray-d1;
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
.title { .title {
@extend .t-action2; @extend .t-action2;
@extend .btn-dd-nav-primary; @extend .ui-btn-dd-nav-primary;
@include transition(all $tmg-f2 ease-in-out 0s); @include transition(all $tmg-f2 ease-in-out 0s);
.label, .icon-caret-down { .label, .icon-caret-down {
......
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