#3469: add variables for dropdown menu dividers
This commit is contained in:
parent
526d77af61
commit
3a21891824
5 changed files with 22 additions and 5 deletions
|
|
@ -614,6 +614,14 @@
|
|||
<td><code>@dropdownLinkBackgroundHover</code></td>
|
||||
<td><code>@linkColor</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@@dropdownDividerTop</code></td>
|
||||
<td><code>#e5e5e5</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@@dropdownDividerBottom</code></td>
|
||||
<td><code>@white</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4>Hero unit</h4>
|
||||
|
|
|
|||
8
docs/templates/pages/less.mustache
vendored
8
docs/templates/pages/less.mustache
vendored
|
|
@ -537,6 +537,14 @@
|
|||
<td><code>@dropdownLinkBackgroundHover</code></td>
|
||||
<td><code>@linkColor</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@@dropdownDividerTop</code></td>
|
||||
<td><code>#e5e5e5</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>@@dropdownDividerBottom</code></td>
|
||||
<td><code>@white</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h4>{{_i}}Hero unit{{/i}}</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue