mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20545 from overleaf/jel-remove-comment
[web] Remove commented out CSS code GitOrigin-RevId: 8d6c392735eb2637a3c7bbc4cd4d17d5dc92d1e4
This commit is contained in:
parent
ecb0655241
commit
e8f602db9b
2 changed files with 0 additions and 25 deletions
|
@ -27,19 +27,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
// correct color property set on <a> above:
|
||||
// TODO: check if reset needed
|
||||
// .reset-btns;
|
||||
// .alert {
|
||||
// .alert;
|
||||
// }
|
||||
// .alert-info {
|
||||
// .btn-info {
|
||||
// .btn-alert-info;
|
||||
// }
|
||||
// }
|
||||
|
||||
.p-no-text-nodes:has(.btn) {
|
||||
margin-top: var(--spacing-09);
|
||||
|
||||
|
|
|
@ -25,18 +25,6 @@
|
|||
// }
|
||||
// }
|
||||
|
||||
// TODO: confirm if needed
|
||||
// correct color property set on <a> above:
|
||||
// .reset-btns;
|
||||
// .alert {
|
||||
// .alert;
|
||||
// }
|
||||
// .alert-info {
|
||||
// .btn-info {
|
||||
// .btn-alert-info;
|
||||
// }
|
||||
// }
|
||||
|
||||
hr {
|
||||
border-color: var(--neutral-30);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue