mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Remove usage of outline success button styling
All positive/success button actions should be solid green.
This commit is contained in:
parent
bd9b7e120e
commit
1370b2f2b5
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">Cancel</button>
|
||||
<button type="button" class="btn btn-outline-success" onclick={{action 'setPermissions'}}>Save</button>
|
||||
<button type="button" class="btn btn-success" onclick={{action 'setPermissions'}}>Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue