-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[desk-tool] Publish badge in document list (#1407)
* [desk-tool] Draft badge instead of pencil * [desk-tool] Disabled publish button when stuff is going on * [desk-tool] Draft status tooltip text
- Loading branch information
Kristoffer J. Sivertsen
authored
Aug 2, 2019
1 parent
9e613da
commit 0de35e2
Showing
3 changed files
with
21 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,8 @@ | |
align-items: center; | ||
} | ||
} | ||
|
||
.draftBadge { | ||
font-size: var(--font-size-tiny--relative); | ||
opacity: 0.75; | ||
} |
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