invite: Re-add bootstrap CSS rules for btn-link elements.

This commit re-adds the bootstrap CSS rules for the specific
btn-link elements in invite modal to zulip.css. This is part
of the bootstrap removal project.
This commit is contained in:
Sahil Batra 2024-01-26 13:06:33 +05:30 committed by Tim Abbott
parent 4a245a3f62
commit 6b459c0ea4
2 changed files with 14 additions and 2 deletions

View File

@ -2811,6 +2811,18 @@ select.invite-as {
vertical-align: bottom;
}
.invite-stream-controls button {
color: hsl(207.79deg 56.2% 52.55%);
background-color: transparent;
&:focus,
&:hover {
color: hsl(207.78deg 56.25% 37.65%);
text-decoration: underline;
background-color: transparent;
}
}
#invite-stream-checkboxes {
& i.zulip-icon-globe {
font-size: 80%;

View File

@ -80,8 +80,8 @@
</div>
{{/if}}
<div class="invite-stream-controls">
<button class="btn btn-link" type="button" id="invite_check_all_button">{{t "Check all" }}</button> |
<button class="btn btn-link" type="button" id="invite_uncheck_all_button">{{t "Uncheck all" }}</button>
<button class="btn" type="button" id="invite_check_all_button">{{t "Check all" }}</button> |
<button class="btn" type="button" id="invite_uncheck_all_button">{{t "Uncheck all" }}</button>
</div>
<div id="invite-stream-checkboxes" class="new-style">
{{#each streams}}