Commit 18a1df01 by Kyle Fiedler

Readd the wip class

parent 3bd2dc33
...@@ -99,8 +99,6 @@ textarea { ...@@ -99,8 +99,6 @@ textarea {
} }
.draggable { .draggable {
width: 7px;
min-height: 14px;
background: url('../img/drag-handle.png') no-repeat center; background: url('../img/drag-handle.png') no-repeat center;
text-indent: -9999px; text-indent: -9999px;
display: block; display: block;
...@@ -122,16 +120,16 @@ textarea { ...@@ -122,16 +120,16 @@ textarea {
} }
} }
// .wip { .wip {
// outline: 1px solid #f00 !important; outline: 1px solid #f00 !important;
// position: relative; position: relative;
// &:after { &:after {
// content: "WIP"; content: "WIP";
// font-size: 8px; font-size: 8px;
// padding: 2px; padding: 2px;
// background: #f00; background: #f00;
// color: #fff; color: #fff;
// @include position(absolute, 0px 0px 0 0); @include position(absolute, 0px 0px 0 0);
// } }
// } }
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