-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into FE-5285_add-position-props-to-box
- Loading branch information
Showing
14 changed files
with
170 additions
and
81 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<style> | ||
.sidebar-header [class*="ButtonLink"]:focus { | ||
box-shadow: none !important; | ||
background: white !important; | ||
border: 3px solid #007E45 !important; | ||
color: rgba(0,0,0,0.9) !important; | ||
font-weight: 500 !important; | ||
text-decoration: underline !important; | ||
} | ||
|
||
#storybook-preview-wrapper [class*="ButtonLink"]:focus { | ||
box-shadow: none !important; | ||
background: white !important; | ||
border: 3px solid #007E45 !important; | ||
color: rgba(0,0,0,0.9) !important; | ||
font-weight: 500 !important; | ||
text-decoration: underline !important; | ||
} | ||
|
||
#storybook-explorer-searchfield:focus { | ||
box-shadow: 0px 0px 0px 3px #ffb500; | ||
} | ||
|
||
.os-host .os-viewport button:focus { | ||
box-shadow: 0px 0px 0px 3px #ffb500; | ||
outline: none; | ||
} | ||
|
||
.os-host .os-viewport button[title="Shortcuts"]:focus { | ||
color: white; | ||
} | ||
|
||
.os-host .os-viewport button[data-action="collapse-root"] { | ||
color: rgba(0, 0, 0, 0.9); | ||
} | ||
|
||
.sidebar-item.sidebar-item { | ||
padding-bottom: 6px; | ||
padding-top: 6px; | ||
} | ||
|
||
.sidebar-item.sidebar-item + [class*="ButtonLink"]:focus { | ||
background: white; | ||
color: rgba(0,0,0,0.9); | ||
border: 2px solid #007E45; | ||
font-size: 12px; | ||
font-weight: 500; | ||
height: auto; | ||
padding: 4px 8px 4px 8px; | ||
text-decoration: underline; | ||
} | ||
|
||
.sidebar-item.sidebar-item:focus { | ||
background: white !important; | ||
outline: 3px solid #ffb500; | ||
} | ||
|
||
.sidebar-item.sidebar-item svg { | ||
color: rgba(0,0,0,0.9); | ||
} | ||
|
||
.sidebar-item.sidebar-item[data-selected="true"] { | ||
color: rgba(0,0,0,0.9) !important; | ||
font-weight: 500; | ||
} | ||
|
||
.sidebar-item.sidebar-item[data-selected="true"] svg { | ||
color: rgba(0,0,0,0.9); | ||
} | ||
|
||
.sidebar-item.sidebar-item[data-selected="false"]:hover, | ||
.sidebar-item.sidebar-item[data-nodetype="group"]:hover, | ||
.sidebar-item.sidebar-item[data-nodetype="component"]:hover { | ||
background: #007E45 !important; | ||
color: white; | ||
} | ||
|
||
.search-result-item .search-result-item--label mark { | ||
color: #0060a7; | ||
} | ||
|
||
.search-result-item svg { | ||
color: rgba(0,0,0,0.9); | ||
} | ||
</style> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.