mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix bootstrap button secondary accessibility
This commit is contained in:
parent
7c1498f01c
commit
55d5c0aa7c
4
client/src/sass/bootstrap.scss
vendored
4
client/src/sass/bootstrap.scss
vendored
@ -49,6 +49,10 @@ body {
|
||||
font-family: $main-fonts;
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
--bs-btn-color: #{pvar(--greyForegroundColor)};
|
||||
}
|
||||
|
||||
.flex-auto {
|
||||
flex: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user