playbook_ui 14.5.0.pre.rc.3 → 14.5.0.pre.rc.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '083ad248c1cd517b5c07e07a78869bd821647a2f2ce56639eb3f1a70f5dfa505'
4
- data.tar.gz: 188a7a944b5cbf20cc3caf1440b2507afa6ca34396c2130756fc4920add09192
3
+ metadata.gz: 79f9b4c72f89ba63eecf8638ec8c27fb9a62e9a9e2566eeec8d7f10087aea924
4
+ data.tar.gz: 415d204f126cddba6763bbc1ca22ba76db3a72403f5e3d407ffb992be12f901b
5
5
  SHA512:
6
- metadata.gz: 356fc851d3550acb895a6b48f98a8b9e598e7f33bcacd9e12bdbf0702b689adb50595eb24864adfaf8fe4fd0fcdb1a6b7140ce981962ffe694116aa0ff8bf239
7
- data.tar.gz: 5561e611de275821882f3a30a934c382c9b188ea1bc09e4960a3ac4f570057e9b761590fbb9a641311c75e8c3dc4ed4b73f28477bbea05d7abb429911f9b9a83
6
+ metadata.gz: c45481f61a83332e142cb028be5473c01a0f05b450376179edd5f68608d8fc6a88a140e74a3eef029c2dcc7f0a63d0b93a03219e60002e1858c3d9485c225436
7
+ data.tar.gz: d88e278a42278354c22a7e431517ed963b7f87322db9c5489546e36bb8c835c9c21db90c7bfd348764aa63fcda0ec85c71d82ab8938c773b97ecb075b8ffef43
@@ -187,6 +187,8 @@
187
187
 
188
188
  &_close_icon {
189
189
  cursor: pointer;
190
+ font-size: $font_base;
191
+ line-height: $lh_normal;
190
192
  }
191
193
 
192
194
  &_overlay {
@@ -2,7 +2,7 @@
2
2
  <%= pb_rails("flex", props: {classname:object.classname, spacing:"between", padding:"sm", align:"center"}) do %>
3
3
  <%= content.presence || object.title %>
4
4
 
5
- <button class="dialog-button-class" type="button" data-close-dialog= <%= object.id %> >
5
+ <button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> >
6
6
  <%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon) }) %>
7
7
  </button>
8
8
  <% end %>