Sha256: a5e7fdc4f6d7ecc7fc7c2282e386e815f271e9e5d7bf2165857f1115cfe50ea0

Contents?: true

Size: 416 Bytes

Versions: 15

Compression:

Stored size: 416 Bytes

Contents

// Specific styles for entity branding
.form-control {
  &:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 ($spacer * .125) var(--brand-primary-transparent);
  }
}


// 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: var(--brand-primary); }
  }
}

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
nfg_ui-6.17.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.17.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.17.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.16.3 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.16.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.16.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-6.16.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-5.15.7 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-5.15.6 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-5.15.5 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-5.15.4 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-5.15.3 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.15.2 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.15.1 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss
nfg_ui-0.15.0 app/assets/stylesheets/nfg_ui/network_for_good/core/entity_branding/nfg_theme/_forms.scss