Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
be50d49a1de3579494650ceb3cad0f04719b087f
/
.
/
node_modules
/
material-design-lite
/
src
/
button
/
snippets
/
fab-disabled.html
blob: 3dc9cb46b90de8db64a978d0f326c313c6995268 [
file
] [
log
] [
blame
]
Copybara bot
be50d49
2023-11-30 00:16:42 +0100
[
diff
] [
blame^
]
1
<!-- Disabled FAB button -->
2
<button
class
=
"mdl-button mdl-js-button mdl-button--fab"
disabled
>
3
<i
class
=
"material-icons"
>
add
</i>
4
</button>