Adding minor hover changes for settings
Этот коммит содержится в:
@@ -12,7 +12,8 @@ export default class SettingItemMin extends React.Component {
|
|||||||
href='#'
|
href='#'
|
||||||
onClick={this.props.updateSection}
|
onClick={this.props.updateSection}
|
||||||
>
|
>
|
||||||
Edit
|
<i className='fa fa-pencil'/>
|
||||||
|
{'Edit'}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -61,6 +61,12 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
&:hover .fa {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
&:hover .section-edit {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-max {
|
.section-max {
|
||||||
@@ -81,6 +87,12 @@
|
|||||||
.section-edit {
|
.section-edit {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
.fa {
|
||||||
|
margin-right: 7px;
|
||||||
|
font-size: 12px;
|
||||||
|
color: #aaa;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-describe {
|
.section-describe {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user