-
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
d76f2e4
commit e457aa7
Showing
8 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
allure-generator/src/main/javascript/blocks/arrow/arrow.svg
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
allure-generator/src/main/javascript/blocks/arrow/styles.scss
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,16 +1,16 @@ | ||
.block__arrow { | ||
top: 7px; | ||
position: absolute; | ||
visibility: visible; | ||
transition: transform 0.1s; | ||
font-weight: initial; | ||
display: inline-block; | ||
vertical-align: middle; | ||
line-height: normal; | ||
&__expanded { | ||
transform: rotate(90deg); | ||
} | ||
} | ||
|
||
.arrow { | ||
width: 14px; | ||
height: 14px; | ||
background: url(./arrow.svg) center no-repeat; | ||
.angle { | ||
width: 18px; | ||
} |
2 changes: 1 addition & 1 deletion
2
allure-generator/src/main/javascript/blocks/attachment-row/attachment-row.hbs
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
&__arrow { | ||
left: 7px; | ||
position: absolute; | ||
font-size: initial; | ||
} | ||
&__name { | ||
flex: 1; | ||
|
2 changes: 1 addition & 1 deletion
2
allure-generator/src/main/javascript/components/testresult-execution/stages-block.hbs
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
2 changes: 1 addition & 1 deletion
2
allure-generator/src/main/javascript/components/tree/tree-group.hbs
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import {SafeString} from 'handlebars/runtime'; | ||
|
||
|
||
export default function() { | ||
return new SafeString('<span class="angle fa fa-angle-right fa-fw fa-lg"></span>'); | ||
} |
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