File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/unity-bootstrap-theme Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,16 @@ form.uds-form {
6363 textarea :focus ,
6464 select :focus {
6565 outline : none !important ;
66- box-shadow : $uds-color-base-white 0px 0px 0px 2px , $uds-color-base-gray-7 0px 0px 0px 4px !important ;
66+ box-shadow : 0 0 0 1px $uds-color-base-gray-7 !important ;
67+ border : 1px solid $uds-color-base-gray-7 !important ;
6768 border-radius : none ;
6869 }
6970
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+
7076 /* Radios and Checkboxes - For more flexible control, this is a departure
7177 from Bootstrap 4 custom Checkboxes and Radios as described in:
7278 https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios-1
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const ButtonColorsComponent = () => (
5151 </ button >
5252 < hr />
5353 < form className = "uds-form" >
54- < input class = "btn-maroon btn btn-primary" type = "submit" value = "Send message" > </ input >
54+ < input className = "btn-maroon btn btn-primary" type = "submit" value = "Send message" > </ input >
5555 </ form >
5656 < hr />
5757 </ div >
You can’t perform that action at this time.
0 commit comments