Skip to content

Commit

Permalink
Filepicker - hide empty create action box if creation is not allowed
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 22, 2021
1 parent 5a36f2a commit 81b043d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ code {
max-height: 36px;
max-width: 36px;
background-color: var(--color-background-dark);
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius-pill);
position: relative;
left: 15px;
Expand All @@ -797,8 +796,8 @@ code {
.icon.icon-add{
background-image: var(--icon-add-000);
background-size: 16px 16px;
width: 34px;
height: 34px;
width: 36px;
height: 36px;
margin: 0px;
opacity: 0.5;
}
Expand Down

0 comments on commit 81b043d

Please sign in to comment.