In the core Drupal themes, the menu local actions are displayed inline and prefixed with a plus sign. See the screenshot below for an example of what they look like in Bartik.

In the Bootstrap theme, they are un-styled and displayed in a normal unordered list. See the screenshot below for an example of what they currently look like:

For consistency with how other themes style local actions, I propose that this theme display the links inline and use Bootstrap's icons to achieve it's look and feel while maintaining the Drupal specific UX of local actions.
Comments
Comment #1
cpliakas commentedThe attached patch makes the suggested change. The screenshot below is an example of what the UI looks like with the patch applied:
Comment #2
frankbaele commentedthx for the patch tested it and all looks good, if no objections arise will be commited
Comment #3
wundo commentedOw! Really thanks for this piece of code ;)
Committed!
Comment #4
cpliakas commentedThanks for reviewing and committing!
Chris