@oslokommune/punkt-css 12.42.4 → 12.42.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/pkt.css CHANGED
@@ -21102,8 +21102,10 @@ pkt-listbox {
21102
21102
  flex-grow: 1;
21103
21103
  overflow-y: auto;
21104
21104
  }
21105
- .pkt-listbox .pkt-listbox__options:not(:is(:has(*))) {
21106
- display: none;
21105
+ @supports selector(:not(:has(*))) {
21106
+ .pkt-listbox .pkt-listbox__options:not(:is(:has(*))) {
21107
+ display: none;
21108
+ }
21107
21109
  }
21108
21110
  .pkt-listbox .pkt-listbox__option {
21109
21111
  margin: 0;
@@ -21117,6 +21119,9 @@ pkt-listbox {
21117
21119
  .pkt-listbox .pkt-listbox__option-label {
21118
21120
  grid-area: label;
21119
21121
  }
21122
+ .pkt-listbox .pkt-listbox__option pkt-icon[name=check-big] {
21123
+ height: 1rem;
21124
+ }
21120
21125
  .pkt-listbox .pkt-listbox__option-description {
21121
21126
  padding-top: 0.25rem;
21122
21127
  grid-area: description;
@@ -21136,7 +21141,6 @@ pkt-listbox {
21136
21141
  padding-left: 10px;
21137
21142
  }
21138
21143
  .pkt-listbox .pkt-listbox__option--selected {
21139
- grid-area: check;
21140
21144
  padding-left: 0.25rem;
21141
21145
  }
21142
21146
  .pkt-listbox .pkt-listbox__option--selected:focus {
@@ -21167,8 +21171,10 @@ pkt-listbox {
21167
21171
  flex-grow: 0;
21168
21172
  flex-shrink: 1;
21169
21173
  }
21170
- .pkt-listbox .pkt-listbox__banners:not(:is(:has(*))) {
21171
- display: none;
21174
+ @supports selector(:not(:has(*))) {
21175
+ .pkt-listbox .pkt-listbox__banners:not(:is(:has(*))) {
21176
+ display: none;
21177
+ }
21172
21178
  }
21173
21179
  .pkt-listbox .pkt-listbox__banner {
21174
21180
  line-height: 1.5;