Ver código fonte

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 7 anos atrás
pai
commit
21079bace6
1 arquivos alterados com 1 adições e 10 exclusões
  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( {