@ckeditor/ckeditor5-theme-lark 0.0.0-nightly-20241023.0 → 0.0.0-nightly-20241025.0

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.
@@ -2022,6 +2022,15 @@ a.ck.ck-button-bold{
2022
2022
  .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused){
2023
2023
  border-color:var(--ck-color-base-border);
2024
2024
  }
2025
+ .ck .ck-fake-bookmark-selection{
2026
+ background:var(--ck-color-link-fake-selection);
2027
+ }
2028
+ .ck .ck-fake-bookmark-selection_collapsed{
2029
+ height:100%;
2030
+ border-right:1px solid var(--ck-color-base-text);
2031
+ margin-right:-1px;
2032
+ outline:solid 1px hsla(0, 0%, 100%, .5);
2033
+ }
2025
2034
  :root{
2026
2035
  --ck-clipboard-drop-target-dot-width:12px;
2027
2036
  --ck-clipboard-drop-target-dot-height:8px;
package/dist/index.css CHANGED
@@ -3113,6 +3113,24 @@ of the component, floating–point numbers have been used which, for the default
3113
3113
  }
3114
3114
 
3115
3115
  /* Plugins */
3116
+ /*
3117
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3118
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3119
+ */
3120
+ /*
3121
+ * Classes used by the "fake visual selection" displayed in the content when an input
3122
+ * in the bookmark UI has focus (the browser does not render the native selection in this state).
3123
+ */
3124
+ .ck .ck-fake-bookmark-selection {
3125
+ background: var(--ck-color-link-fake-selection);
3126
+ }
3127
+ /* A collapsed fake visual selection. */
3128
+ .ck .ck-fake-bookmark-selection_collapsed {
3129
+ height: 100%;
3130
+ border-right: 1px solid var(--ck-color-base-text);
3131
+ margin-right: -1px;
3132
+ outline: solid 1px hsla(0, 0%, 100%, .5);
3133
+ }
3116
3134
  /*
3117
3135
  * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3118
3136
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license