mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix button borders
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e2fe17383b
commit
ebffa28798
@@ -73,6 +73,9 @@ $table-accent-bg: transparent;
|
||||
|
||||
$card-cap-bg: inherit;
|
||||
|
||||
$kbd-color: $white;
|
||||
$kbd-bg: $dark;
|
||||
|
||||
@import "./RebootlessBootstrap";
|
||||
@import "bootswatch/dist/darkly/bootswatch";
|
||||
|
||||
@@ -112,3 +115,13 @@ $color-default: #708090;
|
||||
a {
|
||||
color: $link-color;
|
||||
}
|
||||
|
||||
button.btn {
|
||||
--bs-btn-active-border-color: transparent;
|
||||
--bs-btn-hover-border-color: transparent;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-family: $font-family-monospace;
|
||||
color: $white;
|
||||
}
|
||||
@@ -57,6 +57,9 @@ $table-accent-bg: transparent;
|
||||
|
||||
$card-cap-bg: inherit;
|
||||
|
||||
$kbd-color: $white;
|
||||
$kbd-bg: $dark;
|
||||
|
||||
@import "./RebootlessBootstrap";
|
||||
@import "bootswatch/dist/flatly/bootswatch";
|
||||
|
||||
@@ -91,3 +94,13 @@ $color-default: #708090;
|
||||
a {
|
||||
color: $link-color;
|
||||
}
|
||||
|
||||
button.btn {
|
||||
--bs-btn-active-border-color: transparent;
|
||||
--bs-btn-hover-border-color: transparent;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-family: $font-family-monospace;
|
||||
color: $white;
|
||||
}
|
||||
Reference in New Issue
Block a user