Skip to content

Commit

Permalink
Make inside blocks EditBlockWrapper toolbar more intuitive
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 22, 2021
1 parent fb8f600 commit e163f2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/ColumnsBlock/ColumnsBlockEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { COLUMNSBLOCK } from '@eeacms/volto-columns-block/constants';
import { variants } from '@eeacms/volto-columns-block/grid';
import { makeStyleSchema, getStyle } from '@eeacms/volto-columns-block/Styles';

import tuneSVG from '@plone/volto/icons/tune.svg';
import tuneSVG from '@plone/volto/icons/configuration.svg';
import upSVG from '@plone/volto/icons/up.svg';

import './styles.less';
Expand Down
14 changes: 7 additions & 7 deletions src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@

.block-toolbar {
position: absolute;
z-index: 2;
left: 0px;
z-index: 3;
left: -9px;
display: flex;
padding: 5px;
border: none;
margin-top: -34px;
margin-bottom: 8px;
background-color: #8dd7ef;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border: 1px solid #78c0d7bf;
border-bottom: 1px solid #fff;
margin-top: -45px;
background-color: #fff;

.ui.basic.button {
padding: 3px;
Expand Down

0 comments on commit e163f2b

Please sign in to comment.