Skip to content

Commit

Permalink
[#678786] Fix design bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Mitroshenkova authored and Anna Mitroshenkova committed May 12, 2021
1 parent 37659fb commit a94e1c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions resources/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1172,8 +1172,8 @@ tr:not(:first-child) .cell_selection {

.toolbar__icons .checkbox,
.toolbar__icons .checkbox:not(:empty) {
background: unset;
border: unset;
background: var(--theme-colors__primary);
border: var(--theme-colors__primary);
}

.toolbar-btn__text > .editor_checkbox {
Expand Down
2 changes: 1 addition & 1 deletion resources/styles/treeEditor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.leaf-item {
padding: 5px 5px 5px 10px;
padding: 5px 5px 5px 12px;
display: flex;
align-items: center;
justify-content: flex-start;
Expand Down
9 changes: 2 additions & 7 deletions src/layout/resources/group.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
width: 20px;
height: 25px;
font-weight: 300;
opacity: 0;
opacity: 1;
cursor: pointer;
font-size: 1.2em;
}
.group-menu i{
Expand All @@ -122,12 +123,6 @@
display:none;
}

.layout-group__head:hover .group-menu:not(:empty),
.layout-group__head_menu-shown .layout-group__menu:not(:empty) {
opacity: 1;
cursor: pointer;
}

.layout-group__content{
background: var(--theme-colors__main);
border-radius: 0 0 4px 4px;
Expand Down

0 comments on commit a94e1c9

Please sign in to comment.