mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 16:12:58 +00:00
small hover changes
This commit is contained in:
@@ -172,7 +172,7 @@ const MetadataEditor = createReactClass({
|
|||||||
return <div className='field delete'>
|
return <div className='field delete'>
|
||||||
<label htmlFor='delete-button'>delete</label>
|
<label htmlFor='delete-button'>delete</label>
|
||||||
<div className='value'>
|
<div className='value'>
|
||||||
<button id='delete-button' className='publish' onClick={this.handleDelete}>
|
<button id='delete-button' onClick={this.handleDelete}>
|
||||||
<i className='fas fa-trash-alt' /> delete brew
|
<i className='fas fa-trash-alt' /> delete brew
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -409,6 +409,7 @@
|
|||||||
--h2-clr: #aaf;
|
--h2-clr: #aaf;
|
||||||
--label-clr: #ddd;
|
--label-clr: #ddd;
|
||||||
--input-bg: #333;
|
--input-bg: #333;
|
||||||
|
--input-bg-hover: #666;
|
||||||
--input-text-clr: #eee;
|
--input-text-clr: #eee;
|
||||||
--input-placeholder-clr: #aaa;
|
--input-placeholder-clr: #aaa;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user