cortezaproject / corteza

Low-code platform
https://cortezaproject.org
Apache License 2.0
1.64k stars 375 forks source link

Duplicate height in .custom-range CSS #2027

Closed McLaynV closed 2 days ago

McLaynV commented 1 week ago

Is there an existing issue for this?

Version of Corteza

2024.9.x branch

Current Behavior

In server/assets/src/scss/main/18201131_bootsrapvue.scss there is duplicated height: $input-height;:

  > .custom-range {
    height: $input-height;
    padding: 0 $input-padding-x;
    background-color: $input-bg;
    background-clip: padding-box;
    border: $input-border-width solid $input-border-color;
    height: $input-height;

Expected Behavior

remove one of the height: $input-height; instances

Steps To Reproduce

No response

Environment and versions

No response

Anything else?

Implemented in #2028

McLaynV commented 2 days ago

Submitted in https://github.com/bootstrap-vue/bootstrap-vue/issues/7225