mirror of https://github.com/zulip/zulip.git
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:
parent
4a245a3f62
commit
6b459c0ea4
|
@ -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%;
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue