ข้ามไปที่เนื้อหาหลัก ข้ามไปที่การนำทางเอกสาร
Check
in English

ปุ่ม

ใช้สไตล์ปุ่มแบบกำหนดเองของ Bootstrap สำหรับการดำเนินการในแบบฟอร์ม กล่องโต้ตอบ และอื่นๆ โดยรองรับขนาด สถานะ และอื่นๆ อีกมากมาย

ตัวอย่าง

Bootstrap มีสไตล์ปุ่มที่กำหนดไว้ล่วงหน้าหลายแบบ โดยแต่ละแบบมีจุดประสงค์ตามความหมายของตัวเอง โดยมีคุณสมบัติพิเศษบางอย่างที่เพิ่มเข้ามาเพื่อการควบคุมที่มากขึ้น

html
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>

<button type="button" class="btn btn-link">Link</button>
ถ่ายทอดความหมายสู่เทคโนโลยีอำนวยความสะดวก

การใช้สีเพื่อเพิ่มความหมายเป็นเพียงการแสดงภาพเท่านั้น ซึ่งจะไม่ถูกถ่ายทอดไปยังผู้ใช้เทคโนโลยีอำนวยความสะดวก เช่น โปรแกรมอ่านหน้าจอ ตรวจสอบให้แน่ใจว่าข้อมูลที่แสดงด้วยสีนั้นชัดเจนจากเนื้อหา (เช่น ข้อความที่มองเห็นได้) หรือรวมไว้ด้วยวิธีการอื่น เช่น ข้อความเพิ่มเติมที่ซ่อนอยู่ใน.visually-hiddenชั้นเรียน

ปิดใช้งานการตัดข้อความ

ถ้าคุณไม่ต้องการให้ข้อความปุ่มตัด คุณสามารถเพิ่ม.text-nowrapชั้นเรียนลงในปุ่มได้ ใน Sass คุณสามารถตั้งค่า$btn-white-space: nowrapให้ปิดใช้งานการตัดข้อความสำหรับแต่ละปุ่มได้

แท็กปุ่ม

คลาส.btnได้รับการออกแบบเพื่อใช้กับ<button>องค์ประกอบ อย่างไรก็ตาม คุณสามารถใช้คลาส<a>หรือ<input>องค์ประกอบเหล่านี้ได้ (แม้ว่าเบราว์เซอร์บางตัวอาจใช้การเรนเดอร์ที่แตกต่างกันเล็กน้อย)

เมื่อใช้คลาสปุ่มบน<a>องค์ประกอบที่ใช้เพื่อทริกเกอร์ฟังก์ชันในหน้าเว็บ (เช่น การยุบเนื้อหา) แทนที่จะลิงก์ไปยังหน้าหรือส่วนใหม่ภายในหน้าปัจจุบัน ลิงก์เหล่านี้ควรให้ a role="button"เพื่อถ่ายทอดวัตถุประสงค์ของเทคโนโลยีช่วยเหลืออย่างเหมาะสม เช่น โปรแกรมอ่านหน้าจอ

ลิงค์
html
<a class="btn btn-primary" href="#" role="button">Link</a>
<button class="btn btn-primary" type="submit">Button</button>
<input class="btn btn-primary" type="button" value="Input">
<input class="btn btn-primary" type="submit" value="Submit">
<input class="btn btn-primary" type="reset" value="Reset">

ปุ่มเค้าร่าง

ต้องการปุ่ม แต่ไม่ใช่สีพื้นหลังที่หนักหน่วงที่พวกเขานำมา? แทนที่คลาสตัวปรับแต่งดีฟอลต์ด้วยคลาส.btn-outline-*เพื่อลบภาพพื้นหลังและสีทั้งหมดบนปุ่มใดๆ

html
<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-light">Light</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
ลักษณะปุ่มบางแบบใช้สีพื้นหน้าที่ค่อนข้างสว่าง และควรใช้เฉพาะบนพื้นหลังสีเข้มเท่านั้นเพื่อให้มีความเปรียบต่างที่เพียงพอ

ขนาด

แฟนซีปุ่มขนาดใหญ่หรือเล็ก? เพิ่ม.btn-lgหรือ.btn-smสำหรับขนาดเพิ่มเติม

html
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-secondary btn-lg">Large button</button>
html
<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-secondary btn-sm">Small button</button>

คุณยังสามารถปรับขนาดของคุณเองได้ด้วยตัวแปร CSS:

html
<button type="button" class="btn btn-primary"
        style="--bs-btn-padding-y: .25rem; --bs-btn-padding-x: .5rem; --bs-btn-font-size: .75rem;">
  Custom button
</button>

สถานะคนพิการ

ทำให้ปุ่มดูไม่ทำงานโดยเพิ่มdisabledแอตทริบิวต์บูลีนให้กับ<button>องค์ประกอบ ใดๆ มีการนำ ปุ่มที่ปิดpointer-events: noneใช้งานไปใช้เพื่อป้องกันไม่ให้สถานะโฮเวอร์และสถานะใช้งานทำงาน

html
<button type="button" class="btn btn-primary" disabled>Primary button</button>
<button type="button" class="btn btn-secondary" disabled>Button</button>
<button type="button" class="btn btn-outline-primary" disabled>Primary button</button>
<button type="button" class="btn btn-outline-secondary" disabled>Button</button>

ปุ่มที่ปิดใช้งานโดยใช้<a>องค์ประกอบมีลักษณะแตกต่างกันเล็กน้อย:

  • <a>ไม่สนับสนุนdisabledแอตทริบิวต์ ดังนั้นคุณต้องเพิ่ม.disabledคลาสเพื่อให้ดูเหมือนปิดการใช้งาน
  • รวมสไตล์ที่เป็นมิตรกับอนาคตไว้เพื่อปิดการใช้งานทั้งหมดpointer-eventsบนปุ่มสมอ
  • ปุ่มที่ปิดการใช้<a>งานควรรวมถึงaria-disabled="true"แอตทริบิวต์เพื่อระบุสถานะขององค์ประกอบต่อเทคโนโลยีอำนวยความสะดวก
  • ปุ่มที่ปิดการใช้ งาน <a> ไม่ควรมีhrefแอตทริบิวต์
html
<a class="btn btn-primary disabled" role="button" aria-disabled="true">Primary link</a>
<a class="btn btn-secondary disabled" role="button" aria-disabled="true">Link</a>

เพื่อให้ครอบคลุมกรณีที่คุณต้องเก็บhrefแอตทริบิวต์ไว้ในลิงก์ที่ถูกปิดใช้งาน.disabledชั้นเรียนใช้pointer-events: noneเพื่อพยายามปิดใช้งานฟังก์ชันลิงก์ของ<a>s โปรดทราบว่าคุณสมบัติ CSS นี้ยังไม่ได้กำหนดมาตรฐานสำหรับ HTML แต่เบราว์เซอร์สมัยใหม่ทั้งหมดรองรับคุณสมบัตินี้ นอกจากนี้ แม้ในเบราว์เซอร์ที่รองรับpointer-events: noneการนำทางด้วยแป้นพิมพ์ยังคงไม่ได้รับผลกระทบ หมายความว่าผู้ใช้แป้นพิมพ์ที่มองเห็นได้และผู้ใช้เทคโนโลยีอำนวยความสะดวกจะยังคงสามารถเปิดใช้งานลิงก์เหล่านี้ได้ เพื่อความปลอดภัย นอกเหนือจาก ให้aria-disabled="true"รวมtabindex="-1"แอตทริบิวต์ในลิงก์เหล่านี้เพื่อป้องกันไม่ให้รับโฟกัสของแป้นพิมพ์ และใช้ JavaScript ที่กำหนดเองเพื่อปิดใช้งานฟังก์ชันการทำงานทั้งหมด

html
<a href="#" class="btn btn-primary disabled" tabindex="-1" role="button" aria-disabled="true">Primary link</a>
<a href="#" class="btn btn-secondary disabled" tabindex="-1" role="button" aria-disabled="true">Link</a>

บล็อคปุ่ม

สร้าง "ปุ่มบล็อก" แบบเต็มความกว้างที่ตอบสนองได้เช่นเดียวกับใน Bootstrap 4 ด้วยการผสมผสานระหว่างการแสดงผลและยูทิลิตี้ช่องว่าง ด้วยการใช้ยูทิลิตี้แทนคลาสเฉพาะของปุ่ม เราสามารถควบคุมการเว้นวรรค การจัดตำแหน่ง และพฤติกรรมการตอบสนองได้ดียิ่งขึ้น

html
<div class="d-grid gap-2">
  <button class="btn btn-primary" type="button">Button</button>
  <button class="btn btn-primary" type="button">Button</button>
</div>

ที่นี่ เราสร้างรูปแบบที่ตอบสนอง โดยเริ่มจากปุ่มที่เรียงซ้อนกันในแนวตั้งจนถึงmdจุดพัก ซึ่ง.d-md-blockจะแทนที่.d-gridคลาส ซึ่งจะทำให้gap-2ยูทิลิตี้ เป็นโมฆะ ปรับขนาดเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

html
<div class="d-grid gap-2 d-md-block">
  <button class="btn btn-primary" type="button">Button</button>
  <button class="btn btn-primary" type="button">Button</button>
</div>

คุณสามารถปรับความกว้างของปุ่มบล็อกด้วยคลาสความกว้างคอลัมน์กริด ตัวอย่างเช่น สำหรับ "ปุ่มบล็อก" แบบครึ่งความกว้าง ให้ใช้.col-6. จัด กึ่งกลางในแนวนอนด้วย.mx-auto, ด้วย

html
<div class="d-grid gap-2 col-6 mx-auto">
  <button class="btn btn-primary" type="button">Button</button>
  <button class="btn btn-primary" type="button">Button</button>
</div>

สามารถใช้ยูทิลิตี้เพิ่มเติมเพื่อปรับการจัดตำแหน่งของปุ่มเมื่ออยู่ในแนวนอน เราได้นำตัวอย่างการตอบสนองก่อนหน้านี้และเพิ่มยูทิลิตี้ flex และยูทิลิตี้ระยะขอบบนปุ่มเพื่อจัดตำแหน่งปุ่มให้ชิดขวาเมื่อไม่ได้เรียงซ้อนกันอีกต่อไป

html
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
  <button class="btn btn-primary me-md-2" type="button">Button</button>
  <button class="btn btn-primary" type="button">Button</button>
</div>

ปลั๊กอินปุ่ม

ปลั๊กอินปุ่มช่วยให้คุณสร้างปุ่มสลับเปิด/ปิดอย่างง่าย

ปุ่มสลับเหล่านี้มีลักษณะเหมือนกับ ปุ่มสลับช่องทำเครื่องหมาย ปุ่ม สลับอย่างไรก็ตาม เทคโนโลยีอำนวยความสะดวกต่างๆ ถ่ายทอดสัญญาณเหล่านี้ต่างกัน: โปรแกรมอ่านหน้าจอจะประกาศการสลับช่องทำเครื่องหมายว่า "ตรวจสอบแล้ว"/"ไม่ได้เลือก" (เนื่องจากแม้ว่าจะมีลักษณะที่ปรากฏ แต่ก็ยังคงเป็นช่องทำเครื่องหมายโดยพื้นฐาน) ในขณะที่ปุ่มสลับเหล่านี้จะถูกประกาศเป็น “ปุ่ม”/“กดปุ่มแล้ว” ทางเลือกระหว่างสองวิธีนี้จะขึ้นอยู่กับประเภทของการสลับที่คุณกำลังสร้าง และการสลับจะเหมาะสมหรือไม่สำหรับผู้ใช้เมื่อมีการประกาศเป็นช่องทำเครื่องหมายหรือเป็นปุ่มจริง

สลับสถานะ

เพิ่ม เพื่อสลับ สถานะdata-bs-toggle="button"ของปุ่ม activeหากคุณกำลังสลับปุ่มล่วงหน้า คุณต้องเพิ่ม.activeคลาส ด้วยตนเอง และ aria-pressed="true"เพื่อให้แน่ใจว่ามีการถ่ายทอดอย่างเหมาะสมไปยังเทคโนโลยีช่วยเหลือ

html
<button type="button" class="btn btn-primary" data-bs-toggle="button">Toggle button</button>
<button type="button" class="btn btn-primary active" data-bs-toggle="button" aria-pressed="true">Active toggle button</button>
<button type="button" class="btn btn-primary" disabled data-bs-toggle="button">Disabled toggle button</button>
html
<a href="#" class="btn btn-primary" role="button" data-bs-toggle="button">Toggle link</a>
<a href="#" class="btn btn-primary active" role="button" data-bs-toggle="button" aria-pressed="true">Active toggle link</a>
<a class="btn btn-primary disabled" aria-disabled="true" role="button" data-bs-toggle="button">Disabled toggle link</a>

วิธีการ

คุณสามารถสร้างอินสแตนซ์ปุ่มด้วยตัวสร้างปุ่มได้ เช่น

const bsButton = new bootstrap.Button('#myButton')
วิธี คำอธิบาย
dispose ทำลายปุ่มขององค์ประกอบ (ลบข้อมูลที่เก็บไว้ในองค์ประกอบ DOM)
getInstance วิธีการแบบคงที่ซึ่งช่วยให้คุณได้รับอินสแตนซ์ของปุ่มที่เชื่อมโยงกับองค์ประกอบ DOM คุณสามารถใช้ได้ดังนี้: bootstrap.Button.getInstance(element).
getOrCreateInstance วิธีการแบบคงที่ซึ่งส่งคืนอินสแตนซ์ปุ่มที่เกี่ยวข้องกับองค์ประกอบ DOM หรือสร้างใหม่ในกรณีที่ไม่ได้เริ่มต้น คุณสามารถใช้สิ่งนี้: bootstrap.Button.getOrCreateInstance(element).
toggle สลับสถานะการกด ให้ปุ่มมีลักษณะที่เปิดใช้งาน

ตัวอย่างเช่น ในการสลับปุ่มทั้งหมด

document.querySelectorAll('.btn').forEach(buttonElement => {
  const button = bootstrap.Button.getOrCreateInstance(buttonElement)
  button.toggle()
})

CSS

ตัวแปร

เพิ่มใน v5.2.0

ในฐานะที่เป็นส่วนหนึ่งของแนวทางการพัฒนาตัวแปร CSS ของ Bootstrap ตอนนี้ปุ่มต่างๆ จะใช้ตัวแปร CSS ใน.btnเครื่องเพื่อการปรับแต่งตามเวลาจริงที่ได้รับการปรับปรุง ค่าสำหรับตัวแปร CSS ถูกกำหนดผ่าน Sass ดังนั้นยังคงรองรับการปรับแต่ง Sass ด้วยเช่นกัน

  --#{$prefix}btn-padding-x: #{$btn-padding-x};
  --#{$prefix}btn-padding-y: #{$btn-padding-y};
  --#{$prefix}btn-font-family: #{$btn-font-family};
  @include rfs($btn-font-size, --#{$prefix}btn-font-size);
  --#{$prefix}btn-font-weight: #{$btn-font-weight};
  --#{$prefix}btn-line-height: #{$btn-line-height};
  --#{$prefix}btn-color: #{$body-color};
  --#{$prefix}btn-bg: transparent;
  --#{$prefix}btn-border-width: #{$btn-border-width};
  --#{$prefix}btn-border-color: transparent;
  --#{$prefix}btn-border-radius: #{$btn-border-radius};
  --#{$prefix}btn-hover-border-color: transparent;
  --#{$prefix}btn-box-shadow: #{$btn-box-shadow};
  --#{$prefix}btn-disabled-opacity: #{$btn-disabled-opacity};
  --#{$prefix}btn-focus-box-shadow: 0 0 0 #{$btn-focus-width} rgba(var(--#{$prefix}btn-focus-shadow-rgb), .5);
  

คลาสตัวแก้ไข แต่ละ.btn-*คลาสจะอัพเดตตัวแปร CSS ที่เหมาะสมเพื่อลดกฎ CSS เพิ่มเติมด้วยbutton-variant(), button-outline-variant(), และbutton-size()มิกซ์อินของเรา

ต่อไปนี้คือตัวอย่างการสร้าง.btn-*คลาสตัวปรับแต่งแบบกำหนดเองเช่นเดียวกับที่เราทำกับปุ่มต่างๆ เฉพาะในเอกสารของเราโดยกำหนดตัวแปร CSS ของ Bootstrap ใหม่ด้วยส่วนผสมของตัวแปร CSS และ Sass ของเราเอง

.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet);
  --bs-btn-border-color: var(--bd-violet);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

ตัวแปร Sass

$btn-padding-y:               $input-btn-padding-y;
$btn-padding-x:               $input-btn-padding-x;
$btn-font-family:             $input-btn-font-family;
$btn-font-size:               $input-btn-font-size;
$btn-line-height:             $input-btn-line-height;
$btn-white-space:             null; // Set to `nowrap` to prevent text wrapping

$btn-padding-y-sm:            $input-btn-padding-y-sm;
$btn-padding-x-sm:            $input-btn-padding-x-sm;
$btn-font-size-sm:            $input-btn-font-size-sm;

$btn-padding-y-lg:            $input-btn-padding-y-lg;
$btn-padding-x-lg:            $input-btn-padding-x-lg;
$btn-font-size-lg:            $input-btn-font-size-lg;

$btn-border-width:            $input-btn-border-width;

$btn-font-weight:             $font-weight-normal;
$btn-box-shadow:              inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075);
$btn-focus-width:             $input-btn-focus-width;
$btn-focus-box-shadow:        $input-btn-focus-box-shadow;
$btn-disabled-opacity:        .65;
$btn-active-box-shadow:       inset 0 3px 5px rgba($black, .125);

$btn-link-color:              var(--#{$prefix}link-color);
$btn-link-hover-color:        var(--#{$prefix}link-hover-color);
$btn-link-disabled-color:     $gray-600;

// Allows for customizing button radius independently from global border radius
$btn-border-radius:           $border-radius;
$btn-border-radius-sm:        $border-radius-sm;
$btn-border-radius-lg:        $border-radius-lg;

$btn-transition:              color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

$btn-hover-bg-shade-amount:       15%;
$btn-hover-bg-tint-amount:        15%;
$btn-hover-border-shade-amount:   20%;
$btn-hover-border-tint-amount:    10%;
$btn-active-bg-shade-amount:      20%;
$btn-active-bg-tint-amount:       20%;
$btn-active-border-shade-amount:  25%;
$btn-active-border-tint-amount:   10%;

มิกซ์อิน S

มีมิกซ์อินสำหรับปุ่มอยู่สามแบบ: มิกซ์อินแบบปุ่มและโครงร่างปุ่ม (ทั้งสองแบบอิงตาม$theme-colors) บวกมิกซ์อินขนาดปุ่ม

@mixin button-variant(
  $background,
  $border,
  $color: color-contrast($background),
  $hover-background: if($color == $color-contrast-light, shade-color($background, $btn-hover-bg-shade-amount), tint-color($background, $btn-hover-bg-tint-amount)),
  $hover-border: if($color == $color-contrast-light, shade-color($border, $btn-hover-border-shade-amount), tint-color($border, $btn-hover-border-tint-amount)),
  $hover-color: color-contrast($hover-background),
  $active-background: if($color == $color-contrast-light, shade-color($background, $btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),
  $active-border: if($color == $color-contrast-light, shade-color($border, $btn-active-border-shade-amount), tint-color($border, $btn-active-border-tint-amount)),
  $active-color: color-contrast($active-background),
  $disabled-background: $background,
  $disabled-border: $border,
  $disabled-color: color-contrast($disabled-background)
) {
  --#{$prefix}btn-color: #{$color};
  --#{$prefix}btn-bg: #{$background};
  --#{$prefix}btn-border-color: #{$border};
  --#{$prefix}btn-hover-color: #{$hover-color};
  --#{$prefix}btn-hover-bg: #{$hover-background};
  --#{$prefix}btn-hover-border-color: #{$hover-border};
  --#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix($color, $border, 15%))};
  --#{$prefix}btn-active-color: #{$active-color};
  --#{$prefix}btn-active-bg: #{$active-background};
  --#{$prefix}btn-active-border-color: #{$active-border};
  --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
  --#{$prefix}btn-disabled-color: #{$disabled-color};
  --#{$prefix}btn-disabled-bg: #{$disabled-background};
  --#{$prefix}btn-disabled-border-color: #{$disabled-border};
}
@mixin button-outline-variant(
  $color,
  $color-hover: color-contrast($color),
  $active-background: $color,
  $active-border: $color,
  $active-color: color-contrast($active-background)
) {
  --#{$prefix}btn-color: #{$color};
  --#{$prefix}btn-border-color: #{$color};
  --#{$prefix}btn-hover-color: #{$color-hover};
  --#{$prefix}btn-hover-bg: #{$active-background};
  --#{$prefix}btn-hover-border-color: #{$active-border};
  --#{$prefix}btn-focus-shadow-rgb: #{to-rgb($color)};
  --#{$prefix}btn-active-color: #{$active-color};
  --#{$prefix}btn-active-bg: #{$active-background};
  --#{$prefix}btn-active-border-color: #{$active-border};
  --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
  --#{$prefix}btn-disabled-color: #{$color};
  --#{$prefix}btn-disabled-bg: transparent;
  --#{$prefix}btn-disabled-border-color: #{$color};
  --#{$prefix}gradient: none;
}
@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
  --#{$prefix}btn-padding-y: #{$padding-y};
  --#{$prefix}btn-padding-x: #{$padding-x};
  @include rfs($font-size, --#{$prefix}btn-font-size);
  --#{$prefix}btn-border-radius: #{$border-radius};
}

Sass ลูป

ปุ่มรูปแบบต่างๆ (สำหรับปุ่มปกติและปุ่มเค้าร่าง) ใช้มิกซ์อินตามลำดับกับ$theme-colorsแผนที่ของเราเพื่อสร้างคลาสตัวปรับแต่งในscss/_buttons.scss.

@each $color, $value in $theme-colors {
  .btn-#{$color} {
    @if $color == "light" {
      @include button-variant(
        $value,
        $value,
        $hover-background: shade-color($value, $btn-hover-bg-shade-amount),
        $hover-border: shade-color($value, $btn-hover-border-shade-amount),
        $active-background: shade-color($value, $btn-active-bg-shade-amount),
        $active-border: shade-color($value, $btn-active-border-shade-amount)
      );
    } @else if $color == "dark" {
      @include button-variant(
        $value,
        $value,
        $hover-background: tint-color($value, $btn-hover-bg-tint-amount),
        $hover-border: tint-color($value, $btn-hover-border-tint-amount),
        $active-background: tint-color($value, $btn-active-bg-tint-amount),
        $active-border: tint-color($value, $btn-active-border-tint-amount)
      );
    } @else {
      @include button-variant($value, $value);
    }
  }
}

@each $color, $value in $theme-colors {
  .btn-outline-#{$color} {
    @include button-outline-variant($value);
  }
}