mirror of
https://github.com/romancm/gamebrary
synced 2024-12-19 15:53:06 +00:00
remove custom close button
This commit is contained in:
parent
5de1f7dc45
commit
10490f66c8
1 changed files with 0 additions and 3 deletions
3
src/bootstrapSettings.js
vendored
3
src/bootstrapSettings.js
vendored
|
@ -5,7 +5,4 @@ export default {
|
|||
toaster: 'b-toaster-bottom-right',
|
||||
autoHideDelay: 1000,
|
||||
},
|
||||
BModal: {
|
||||
headerCloseContent: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z"/></svg>',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue