-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Frontend] CSS fixes for s-status classes
Fixes #1047 Fixed .s-status-editing and s-status-pending;
- Loading branch information
1 parent
4606d61
commit 7278c95
Showing
3 changed files
with
76 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<span class="rep-object-label"> | ||
<div class="t-object-label l-flex-row flex-elem grows"> | ||
<div class="t-item-icon flex-elem"> | ||
<div class="t-item-icon-glyph"></div> | ||
</div> | ||
<div class="t-item-icon flex-elem"></div> | ||
<div class='t-title-label flex-elem grows'></div> | ||
</div> | ||
</span> |