Skip to content

Commit

Permalink
Codacy (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Oct 15, 2020
1 parent 92d488b commit e593d09
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions src/main/resources/assets/styles/view/context/widget-version.less
Expand Up @@ -69,7 +69,25 @@
border-color: @admin-dark-gray;
}

&.expanded {
.version-viewer {
border-color: @admin-black;

&:hover {
border-color: @admin-black;
}

.version-action-button {
display: block;
}
}
}

.version-viewer {
display: flex;
position: relative;
margin: 10px 0;

&:first-child {
margin-top: 0;
}
Expand Down Expand Up @@ -125,26 +143,6 @@
}
}
}
}

&.expanded {
.version-viewer {
border-color: @admin-black;

&:hover {
border-color: @admin-black;
}

.version-action-button {
display: block;
}
}
}

.version-viewer {
display: flex;
position: relative;
margin: 10px 0;

&.publish-action {
padding: 5px 7px 5px 12px;
Expand Down

0 comments on commit e593d09

Please sign in to comment.