Skip to content

Commit

Permalink
#7564 Matrix question has rows of different height in alternate rows …
Browse files Browse the repository at this point in the history
…mode (#7637)

* #7564 Matrix question has rows of different height in alternate rows mode
Fixes #7564

* #7564 - update screenshots and fix styles

* #7564 - update matrix runbric alternate rows screenshot
  • Loading branch information
novikov82 authored Jan 11, 2024
1 parent 4ab37ec commit 5b79199
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,19 @@
padding-right: calcSize(2);
}

.sd-table__row:first-of-type>.sd-table__cell {
border-top: calcSize(1) solid transparent;
}
.sd-table__row:last-of-type>.sd-table__cell {
border-bottom: calcSize(1) solid transparent;
}

.sd-table__row:nth-of-type(odd) {

&>td,
&>td.sd-table__cell,
td:first-of-type {
border-top-color: $background-dim-light;
border-bottom-color: $background-dim-light;
background-color: $background-dim-light;

&.sd-matrix__text--checked {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b79199

Please sign in to comment.