8
0
Quellcode durchsuchen

Merge pull request #1440 from ckeditor/t/1391

Docs: Removed an obsolete Bootstrap `.ck-button` class override in the Frameworks overview guide. Closes #1391. [skip ci]
Aleksander Nowodzinski vor 7 Jahren
Ursprung
Commit
21079bace6
1 geänderte Dateien mit 1 neuen und 10 gelöschten Zeilen
  1. 1 10
      docs/builds/guides/frameworks/overview.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( {