Commit 573445aa by Brian Talbot

Studio: adds badge UI firefox fix

parent 7a41855f
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
position: absolute; position: absolute;
top: -1px; top: -1px;
left: ($baseline*1.5); left: ($baseline*1.5);
width: 100%;
} }
.ui-badge { .ui-badge {
...@@ -37,6 +38,8 @@ ...@@ -37,6 +38,8 @@
// OPTION: add this class for a visual hanging display // OPTION: add this class for a visual hanging display
&.is-hanging { &.is-hanging {
@include box-sizing(border-box);
@extend .ui-depth2;
top: -($baseline/4); top: -($baseline/4);
&:after { &:after {
......
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