From 41ec1afcad3cb480165ac9319fe61aebe456259f Mon Sep 17 00:00:00 2001 From: jeremyhampers <32384425+jeremyhampers@users.noreply.github.com> Date: Tue, 4 Dec 2018 02:08:13 +0800 Subject: [PATCH] Added Disabled Bootstrap Button State (#23316) * Added Disabled Bootstrap Button State Disabled Button State to show that the button is not to be clicked at that point of time * fix: formatting/spelling and removed duplicate link --- guide/english/bootstrap/buttons/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md index 703a998ae6..cfb1063adb 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -84,6 +84,11 @@ This is a list of the CSS classes for different size of the buttons. +#### Bootstrap Disabled Button State +This is used to show that the button is disabled by fading the button. This can be achieved through adding "disabled" to the ` + #### Bootstrap Outlined Buttons: It is possible to also have outlined buttons rather than fully colored in ones. This is achieved by placing the mid fix `outline` between the button class you want. A sample usage would be as follows: