浏览代码

Merge branch 'master' into t/1214

Piotrek Koszuliński 7 年之前
父节点
当前提交
cb02960f2f
共有 2 个文件被更改,包括 2 次插入10 次删除
  1. 1 10
      docs/builds/guides/frameworks/overview.md
  2. 1 0
      docs/features/image-upload.md

+ 1 - 10
docs/builds/guides/frameworks/overview.md

@@ -60,18 +60,9 @@ body {
 	--ck-z-default: 100;
 	--ck-z-modal: calc( var(--ck-z-default) + 999 );
 }
-
-/*
-	Override Bootstrap's CSS.
-	Note: This will not be necessary once the following issue is fixed and released:
-	https://github.com/ckeditor/ckeditor5-theme-lark/issues/189
-*/
-.ck.ck-button {
-	-webkit-appearance: none;
-}
 ```
 
-And passing the `focus: false` option to Boostrap's `modal()` function:
+And passing the [`focus: false`](https://getbootstrap.com/docs/4.1/components/modal/#options) option to Boostrap's `modal()` function:
 
 ```js
 $( '#modal-container' ).modal( {

+ 1 - 0
docs/features/image-upload.md

@@ -1,5 +1,6 @@
 ---
 category: features-image-upload
+menu-title: Overview
 order: 10
 ---