Skip to content

Commit

Permalink
Add styles for tabcomplete broadcasts and slash commands
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent f9c383e commit 1f42565
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scss/modules/menu/_tabcomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
.realname {
color: $base-font-color;
}

.unify_broadcast {
color: $base-font-color;

.ts_icon_broadcast {
color: $color-highlight;
}
}
}

&.type_cmds {
Expand All @@ -45,7 +53,10 @@

.cmdname {
color: $base-font-color;
font-weight: 900;
}

.cmddesc {
color: $color-highlight;
}
}
}
Expand Down

0 comments on commit 1f42565

Please sign in to comment.