* Whether button has default emphasis or not. * * @return {boolean} Whether button has default emphasis or not.
()
| 85 | * @return {boolean} Whether button has default emphasis or not. |
| 86 | */ |
| 87 | function _isDefaultEmphasis() { |
| 88 | return (!lx.type && !lx.emphasis) || lx.emphasis === 'high' || lx.type === 'raised' || lx.type === 'fab'; |
| 89 | } |
| 90 | |
| 91 | ///////////////////////////// |
| 92 | // // |