-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* "new" pill in the ToC (#2394) * Mark higher-level nodes with "New" pill as well, not only the actual item (#2429) * Mark higher-level nodes with "New pill", not only the actual item * Before review * Update docs/js/custom.js Co-authored-by: Dariusz Szut <[email protected]> * Applied review suggestion Co-authored-by: Adrien Dupuis <[email protected]> --------- Co-authored-by: Dariusz Szut <[email protected]> Co-authored-by: Adrien Dupuis <[email protected]> * Added hidden CSS styling * Marked Ibexa Engage as new --------- Co-authored-by: Adrien Dupuis <[email protected]> Co-authored-by: Dariusz Szut <[email protected]>
- Loading branch information
1 parent
8a08360
commit 4e256b8
Showing
5 changed files
with
19 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -605,3 +605,7 @@ div.path { | |
.path p.description { | ||
color: var(--ibexa-dusk-black); | ||
} | ||
|
||
[hidden] { | ||
display: none !important; | ||
} |
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
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