Skip to content

Commit

Permalink
Make the boundary of buttons visible on Bootstrap4
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Jun 17, 2019
1 parent 1e4bef7 commit 45f9e09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/less/summernote-bs4.less
Expand Up @@ -273,6 +273,11 @@
position: relative;
}

.note-btn {
background: #fff;
border-color: #dae0e5;
}

.note-popover .popover-content, .card-header.note-toolbar {
margin: 0;
padding: 0 0 5px 5px;
Expand Down
5 changes: 5 additions & 0 deletions src/less/summernote-bs4.scss
Expand Up @@ -273,6 +273,11 @@ $img-margin-right: 10px;
position: relative;
}

.note-btn {
background: #fff;
border-color: #dae0e5;
}

.note-popover .popover-content, .card-header.note-toolbar {
margin: 0;
padding: 0 0 5px 5px;
Expand Down

0 comments on commit 45f9e09

Please sign in to comment.