Skip to content

Commit

Permalink
Fixes some static test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
hostep committed Jan 9, 2024
1 parent 91fe9b3 commit 9639ec2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.ui-tabs-panel {
// ToDo UI: change the picture to html after loaders refactoring
/* ToDo UI: change the picture to html after loaders refactoring */
background: url(../images/ajax-loader-small.gif) no-repeat 50% 50%;
min-height: 4.5rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@
&.field-video_swatch_image,
&.field-new_video_disabled {
.admin__field-control {
/* @codingStandardsIgnoreStart */
#mix-grid .column(3, @field-grid__columns);
/* @codingStandardsIgnoreEnd */

float: left;
margin-left: 80px;
position: relative;
Expand Down Expand Up @@ -197,7 +200,10 @@
height: 0;

.admin__field-control {
/* @codingStandardsIgnoreStart */
#mix-grid .column(3, @field-grid__columns);
/* @codingStandardsIgnoreEnd */

float: left;
margin-left: 80px;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}

.action-menu {
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; // @todo: change static item height
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; /* @todo: change static item height */
overflow-y: auto;
z-index: @data-grid-search-menu__z-index;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,14 @@
right: 0;
top: 0;

// Disable triangle rotation
// &._active,
// &.active {
// &:after {
// transform: none;
// }
// }
/* Disable triangle rotation
&._active,
&.active {
&:after {
transform: none;
}
}
*/

&.action-secondary,
&.secondary,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
}
}

/* @codingStandardsIgnoreStart */
#registrant-options {
.item {
.control {
Expand All @@ -208,3 +209,4 @@
}
}
}
/* @codingStandardsIgnoreEnd */

0 comments on commit 9639ec2

Please sign in to comment.