refactor buttons pt1
This commit is contained in:
parent
9fdbdc662a
commit
033aa1a885
75 changed files with 139 additions and 150 deletions
|
@ -214,9 +214,11 @@ ul.notes {
|
|||
* Note Form
|
||||
*/
|
||||
|
||||
.comment-btn,
|
||||
.comment-btn {
|
||||
@extend .create-btn;
|
||||
}
|
||||
.reply-btn {
|
||||
@extend .save-btn;
|
||||
@extend .primary;
|
||||
}
|
||||
.file .content tr.line_holder:hover > td { background: $hover !important; }
|
||||
.file .content tr.line_holder:hover > td .line_note_link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue