Wrong default values in CSS Variables

Created on 7 February 2023, over 1 year ago

Problem/Motivation

bs_btn_border_color:
  category: "Component: Button"
  type: "ui_skins_alpha_color"
  label: "Border color"
  default_values:
    ".btn": "#ffffff00"
    ".btn-primary": "#0d6efdff"
    ".btn-secondary": "#6c757dff"
    ".btn-success": "#198754ff"
    ".btn-danger": "#dc3545ff"
    ".btn-warning": "#ffc107ff"
    ".btn-info": "#0dcaf0ff"
    ".btn-light": "#f8f9faff"
    ".btn-dark": "#212529ff"
    ".btn-outline-primary": "#0d6efd"
    ".btn-outline-secondary": "#6c757d"
    ".btn-outline-success": "#198754"
    ".btn-outline-danger": "#dc3545"
    ".btn-outline-warning": "#ffc107"
    ".btn-outline-info": "#0dcaf0"
    ".btn-outline-light": "#f8f9fa"
    ".btn-outline-dark": "#212529"

Missing ff for outline.

bs_card_cap_color:
  category: "Component: Card"
  type: "color"
  label: "Cap color"
  default_values:
    ".card": ""

With a color type not possible to not have default value. Default value is null in Bootstrap 5, automatically inherited from body color: #212529

πŸ› Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

πŸ‡«πŸ‡·France Grimreaper France πŸ‡«πŸ‡·

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024