Commit 58530325 authored by Sean Roberts's avatar Sean Roberts

Branding ctaBackgroundColor, ctaTextColor support

parent 7df07ec7
<div class="dropdown-menu-btn"> <div class="dropdown-menu-btn" >
<button <button
class="dropdown-menu-btn__btn" class="dropdown-menu-btn__btn"
ng-bind="vm.label" ng-bind="vm.label"
ng-click="vm.onClick($event)" ng-click="vm.onClick($event)"
ng-disabled="vm.isDisabled"> ng-disabled="vm.isDisabled"
h-branding="ctaTextColor, ctaBackgroundColor">
</button> </button>
<button <button
class="dropdown-menu-btn__dropdown-arrow" class="dropdown-menu-btn__dropdown-arrow"
title="{{vm.dropdownMenuLabel}}" title="{{vm.dropdownMenuLabel}}"
ng-click="vm.toggleDropdown($event)"> ng-click="vm.toggleDropdown($event)"
h-branding="ctaTextColor, ctaBackgroundColor">
<div class="dropdown-menu-btn__dropdown-arrow-separator"></div> <div class="dropdown-menu-btn__dropdown-arrow-separator"></div>
<div class="dropdown-menu-btn__dropdown-arrow-indicator"> <div class="dropdown-menu-btn__dropdown-arrow-indicator">
<div></div> <div></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment