Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Aug 20, 2021
1 parent a7b33de commit b2facc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This file documents any relevant changes.

## [1.0.3] - 2021-08-20
- Fix: updated relational style

## [1.0.2] - 2021-08-20
- Fix: edit widget for relational bone didn't work properly due unclosed <div>-tag

Expand Down
2 changes: 1 addition & 1 deletion flare/forms/bones/relational.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def createWidget(self):
widgetList = self.fromHTML(
"""
<div class='flr-value--relational-wrapper'>
<div [name]="destWidget" class="input-group-item" readonly></div>
<div [name]="destWidget" class="input input-group-item" readonly></div>
<flare-button [name]="selectBtn" class="btn--select input-group-item input-group-item--last" text="Select" icon="icon-check"></flare-button>
<flare-button hidden [name]="deleteBtn" class="btn--delete input-group-item" text="Delete" icon="icon-cross"></flare-button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions tools/flare.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def main():
copyWebworkerScripts(args.source, args.target)
if args.minify:
minifyPy(os.path.join(args.target,"webworker"))
if args.compile:
compilePy(os.path.join(args.target,"webworker"))
#if args.compile:
# compilePy(os.path.join(args.target,"webworker"))

copyAssets(args.source, args.target)

Expand Down

0 comments on commit b2facc4

Please # to comment.