-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): design review finding fixes for generic tag and object s…
…tatus (#4968) * fix: added outline to the generic tag active state * chore(docs): fixed example html code and example name typo * chore(docs): fixed example used icons * chore: run [ci visual]
- Loading branch information
1 parent
1147025
commit 9a4b58a
Showing
12 changed files
with
76 additions
and
74 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 |
---|---|---|
|
@@ -170,4 +170,4 @@ | |
"fast-deep-equal": "^3.1.3", | ||
"jsdom": "^20.0.1" | ||
} | ||
} | ||
} |
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
8 changes: 4 additions & 4 deletions
8
packages/styles/stories/Components/object-status/icon-and-text.example.html
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
8 changes: 4 additions & 4 deletions
8
packages/styles/stories/Components/object-status/icon.example.html
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,14 +1,14 @@ | ||
<div class="fddocs-container"> | ||
<span class="fd-object-status fd-object-status--negative"> | ||
<i class="fd-object-status__icon sap-icon--message-error" aria-label="Negative"></i> | ||
<i class="fd-object-status__icon sap-icon--error" aria-label="Negative"></i> | ||
</span> | ||
<span class="fd-object-status fd-object-status--critical"> | ||
<i class="fd-object-status__icon sap-icon--message-warning" aria-label="Warning"></i> | ||
<i class="fd-object-status__icon sap-icon--alert" aria-label="Warning"></i> | ||
</span> | ||
<span class="fd-object-status fd-object-status--positive"> | ||
<i class="fd-object-status__icon sap-icon--message-success" aria-label="Correct"></i> | ||
<i class="fd-object-status__icon sap-icon--sys-enter-2" aria-label="Correct"></i> | ||
</span> | ||
<span class="fd-object-status fd-object-status--informative"> | ||
<i class="fd-object-status__icon sap-icon--message-information" aria-label="More information"></i> | ||
<i class="fd-object-status__icon sap-icon--information" aria-label="More information"></i> | ||
</span> | ||
</div> |
Oops, something went wrong.