app/assets/stylesheets/sass-zero/breadboard.scss in sass-zero-1.5.4 vs app/assets/stylesheets/sass-zero/breadboard.scss in sass-zero-1.5.5

- old
+ new

@@ -97,18 +97,10 @@ pointer-events: none; opacity: $opacity-50; } } -.dropdown { - background-color: var(--color-bg--surface); - border-width: $border; border-radius: $radius-primary; - padding: $size-4; - position: absolute; - z-index: $z-10; -} - [type="checkbox"], [type="radio"] { transform: scale(1.36); margin: $size-1; } blockquote { @@ -187,27 +179,14 @@ dialog { background-color: var(--color-bg--surface); border-width: $border; border-radius: $radius-primary; padding: $size-4; - box-shadow: $shadow-lg; color: inherit; } dialog::backdrop { background-color: rgba($gray-500, $opacity-75); -} - -details { - display: inline-block; -} - -summary { - list-style: none; -} - -summary::-webkit-details-marker { - display: none; } table { width: $w-full; }