playbook_ui 9.2.1 → 9.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d742fcdd177f98fc19b907561ccb1b8fe88f802b4260b9568f22578d2e01c331
4
- data.tar.gz: ea879db81a901733d3310baa6e4b0b96872b65dfdc25b31e423acbe5a54e04c1
3
+ metadata.gz: 6e9366429ab3c44f1d80714f564bfcb258f57d59f52ff8394cea0fb3c2fdd95c
4
+ data.tar.gz: 8141ba61150a6f617a1a23f69544f5aa91270660b35c5bef6eb99814edfa214a
5
5
  SHA512:
6
- metadata.gz: 8d8f1cfa8e5b9e16cdd3cd61b4139386c758a8a3c2952965ca7a6325039911d46a9e7921337782eb39abf0fe77b16d3fb69bfb4c8e20d703b9e5dfd785cf8b05
7
- data.tar.gz: b9597055d29cde9b2d8a5af5d789728784525736136ef913dbc89bd267dffe213053bf024433f2077b9eba88d523e9f035f991c1ed496421677e07c433444d5a
6
+ metadata.gz: a0c62f4bc0a43899d686841f3965d451acc9619ccd9e288f8540ef2a52b066ed291a7f28de0bc9443327b55daf4c532e3c48ddb90d8e3eff561a7ffb88dfad58
7
+ data.tar.gz: 256020def86c309d2eec1fe3a80a92cdd6a7b7b6fa93204bde73bc7cbc69134e3cccdbf93d5b9bcc2c8458ffba6a62fd15a8369e56169bbf703c504d3c945c53
@@ -81,6 +81,7 @@
81
81
  position: sticky;
82
82
  top: 0;
83
83
  z-index: 1;
84
+ background-color: $white;
84
85
  }
85
86
  }
86
87
  trix-editor {
@@ -211,6 +212,11 @@
211
212
  border-color: $error_dark;
212
213
  }
213
214
  }
215
+ &.sticky {
216
+ trix-toolbar {
217
+ background-color: tint($bg_dark, 10%) !important;
218
+ }
219
+ }
214
220
  .trix-dialog.trix-dialog--link.trix-active {
215
221
  background-color: tint($bg_dark, 10%) !important;
216
222
  border: 1px solid rgba($white, 0.1);
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "9.2.1"
4
+ VERSION = "9.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.1
4
+ version: 9.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX