diff options
| author | Sarah White <graphitefriction@gmail.com> | 2022-04-26 11:27:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-26 11:27:51 -0600 |
| commit | 9aa468262209cf7eca2f19dd9c6b726b5115f2d7 (patch) | |
| tree | 2f7a4049e38fec0ccb6e88d33b31cb73bcf105a3 /docs/modules/theme/pages/button.adoc | |
| parent | 6eb9e43b431b8192c2196293becbbab827204894 (diff) | |
add border-style; update border-width (PR #2081)
Diffstat (limited to 'docs/modules/theme/pages/button.adoc')
| -rw-r--r-- | docs/modules/theme/pages/button.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/modules/theme/pages/button.adoc b/docs/modules/theme/pages/button.adoc index 42d2ae82..b72c87a1 100644 --- a/docs/modules/theme/pages/button.adoc +++ b/docs/modules/theme/pages/button.adoc @@ -16,14 +16,14 @@ The keys in the `button` category apply to a button reference generated from the (default: _not set_) |[source] button: - background-color: '#0000ff' + background-color: #0000ff |<<border-color,border-color>> |xref:color.adoc[Color] + (default: _not set_) |[source] button: - border-color: '#cccccc' + border-color: #cccccc |<<border-offset,border-offset>> |xref:language.adoc#values[Number] + @@ -33,14 +33,14 @@ button: border-offset: 1.5 |border-radius -|xref:language.adoc#values[Number] + +|xref:measurement-units.adoc[Measurement] + (default: `0`) |[source] button: border-radius: 2 |border-width -|xref:language.adoc#values[Number] + +|xref:measurement-units.adoc[Measurement] + (default: `$base-border-width`) |[source] button: @@ -58,7 +58,7 @@ button: (default: _inherit_) |[source] button: - font-color: '#ffffff' + font-color: #ffffff |font-family |xref:font-support.adoc[Font family name] + |
