mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 14:22:28 +00:00
Merge pull request #20707 from overleaf/ii-bs3-btn-group
[web] BS3 button group colours fix GitOrigin-RevId: 6986336d04b9e5f30531a9bc2836444e7b12907f
This commit is contained in:
parent
37806a9505
commit
8c4c118da9
1 changed files with 11 additions and 9 deletions
|
@ -26,16 +26,18 @@
|
|||
}
|
||||
|
||||
.btn-group {
|
||||
.btn.active {
|
||||
background-color: @neutral-20;
|
||||
}
|
||||
label {
|
||||
&.btn.active {
|
||||
background-color: @neutral-20;
|
||||
}
|
||||
|
||||
.btn[disabled] {
|
||||
cursor: not-allowed;
|
||||
background-color: @neutral-20;
|
||||
border-color: @neutral-20;
|
||||
opacity: 1;
|
||||
color: @neutral-90;
|
||||
&.btn[disabled] {
|
||||
cursor: not-allowed;
|
||||
background-color: @neutral-20;
|
||||
border-color: @neutral-20;
|
||||
opacity: 1;
|
||||
color: @neutral-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue