Skip to content

Commit

Permalink
Merge branch 'release/2.18.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Nov 13, 2022
2 parents 518a382 + aa45c84 commit f658a22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@
ul li.so-row-colors-container {
clear: both;
display: flex;
justify-content: space-around;

flex-wrap: wrap;
gap: 4px;
justify-content: space-evenly;
padding: 5px;

.so-row-color {
Expand Down Expand Up @@ -361,6 +362,10 @@
.transition(0.25s, background, ease-in-out);
}

&.cell-selected .cell-wrapper {
background: #a4cadd;

}
.so-live-editor-builder &.so-show-icon .widgets-container .so-widget:hover,
&.so-show-icon.so-small-actions .widgets-container .so-widget:hover {
.so-widget-wrapper {
Expand Down Expand Up @@ -629,6 +634,10 @@
height: 100%;

.transition(0.25s, background, ease-in-out);

&:hover {
background: #dcebf2;
}
}

&:first-child {
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ SiteOrigin Premium includes access to our professional email support service, pe

== Changelog ==

= 2.18.4 - 13 November 2022 =
* Admin Row Colors: Adjusted swatches layout and spacing.

= 2.18.3 - 09 November 2022 =
* Styles: Added viewport units of measurement.
* Updated `Tested up to` tag to 6.1.
Expand Down

0 comments on commit f658a22

Please sign in to comment.