Sha256: f4b0b297e86319b49615a1bf6dcb0603bb20fd786e50ea0f8118af23280a6a7d

Contents?: true

Size: 306 Bytes

Versions: 72

Compression:

Stored size: 306 Bytes

Contents

// Specific styles for entity branding

.form-control:focus { border-color: $primary; }


// Styles needed to override :valid success styles provided by bootstrap... this is for server side forms only
.form-control,
.custom-select {
  .was-validated &:valid {
    &:focus { border-color: $primary; }
  }
}

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
nfg_ui-0.9.16 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.15 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.14 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.13 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.12 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.11 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.10 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.9 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.8.18 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.8.17 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.8.16 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.9.8.15 app/assets/stylesheets/nfg_ui/network_for_good/public/entity_branding/nfg_theme/_forms.scss