mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
add pointer hover state
This commit is contained in:
parent
980b3be8bb
commit
d97951b499
@ -45,7 +45,7 @@ export class Comments extends Component {
|
|||||||
|
|
||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={this.commentSubmit} className="f9 pa2 bg-white br1 ba b--gray2 gray2">
|
<button onClick={this.commentSubmit} className="f9 pa2 bg-white br1 ba b--gray2 gray2 pointer">
|
||||||
Add comment
|
Add comment
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user