mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
spelling: property
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs';
|
||||
| .fc-empty.center-block | to update the display as flex |
|
||||
| .request-tab-wrapper | to update the width |
|
||||
| .fc-urlbar-path,.fc-tab-panel-info > span,.fc-history-req-list-item-url-text,.collection_leaf-node-name | to update the text for user selection |
|
||||
| .expandable-right-pane | to add the transform propertyy for right pane |
|
||||
| .expandable-right-pane | to add the transform property for right pane |
|
||||
| .expandable-right-pane.expanded | to update the tranformation of scaleX property |
|
||||
| .dropzone-wrapper > .dropzone | to update the display for dropzone |
|
||||
|
||||
@@ -96,7 +96,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs';
|
||||
| .table.border-0 .table-row .table-cell:first-child | to remove the border left |
|
||||
| .table.border-0 .table-row .table-cell:last-child | to remove the border right |
|
||||
| -- | -- |
|
||||
| .response-headers-table,.response-cookies-table | to update display propterty as table |
|
||||
| .response-headers-table,.response-cookies-table | to update display property as table |
|
||||
| .response-headers-table>div,.response-cookies-table>div | to update the first div (header) & set display as table-row |
|
||||
| .response-headers-table>div>div,.response-cookies-table>div>div | to update styles for nested divs' of table header & set display as table cell |
|
||||
| .response-headers-table>div:first-child,.response-cookies-table>div:first-child | to update the column background color & heading as bold |
|
||||
@@ -119,7 +119,7 @@ import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs';
|
||||
| .fc-tab-panel-header.fc-collapse-btn-v3 > .fc-tab-panel-header-right | to update the position & styles of right sub-component within tab header |
|
||||
| .fc-collapsable > .fc-collapse-btn-v3 | to update the display property as none for v3 |
|
||||
| .fc-collapsed-v3 | to update the width for collapsed v3 resizable element |
|
||||
| .fc-col-resizer.fc-collapsed.fc-collapsed-v3.fc-collapsable.left | to update border left propterty for left sub-component |
|
||||
| .fc-col-resizer.fc-collapsed.fc-collapsed-v3.fc-collapsable.left | to update border left property for left sub-component |
|
||||
| .fc-collapsed > .fc-collapse-btn, .fc-collapsed ~ div .fc-collapse-btn | to transform the button rotation to 180deg |
|
||||
| .fc-collapsed > .fc-collapse-btn.fc-collapse-btn-v2, .fc-collapsed ~ div .fc-collapse-btn.fc-collapse-btn-v2 | to transform the button rotation to 0deg with more importance |
|
||||
| .fc-collapsed > .fc-collapse-btn.fc-collapse-btn-v2 > span, .fc-collapsed ~ div .fc-collapse-btn.fc-collapse-btn-v2 > span | to transform the button rotation to 180deg |
|
||||
|
||||
Reference in New Issue
Block a user