jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
48.88k stars 3.93k forks source link

button.is-primary.is-outlined issue: block-size increment #3733

Open iamdtms opened 3 months ago

iamdtms commented 3 months ago

This is about Bulma | the Docs.

Overview of the problem

This is about the Bulma CSS framework This is about the Bulma Docs I'm using Bulma version [1.o.o] My browser is: Brave

Description

border-width:1px to 2px do button block-size increment

Steps to Reproduce

  1. https://bulma.io/documentation/start/syntax/
  2. button class="button is-primary is-outlined" :hover action

Expected behavior

No size increment

Actual behavior

Size increment

jgthms commented 2 months ago

The border-width increases but the padding decreases, so the overall button size doesn't change.