File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages/unity-bootstrap-theme Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ form.uds-form {
6868 border-radius : none ;
6969 }
7070
71+ input [type = " submit" ]:focus {
72+ box-shadow : $uds-color-base-white 0 0 0 2px , $uds-color-base-gray-7 0px 0px 0px 4px !important ;
73+ border : 0 !important ;
74+ }
75+
7176 /* Radios and Checkboxes - For more flexible control, this is a departure
7277 from Bootstrap 4 custom Checkboxes and Radios as described in:
7378 https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios-1
Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ export const ButtonColorsComponent = () => (
4949 < button type = "button" className = "btn btn-dark" >
5050 Dark
5151 </ button >
52+ < hr />
53+ < form className = "uds-form" >
54+ < input className = "btn-maroon btn btn-primary" type = "submit" value = "Send message" > </ input >
55+ </ form >
56+ < hr />
5257 </ div >
5358) ;
5459
You can’t perform that action at this time.
0 commit comments