1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

12.0 change triangle icon (#6233)

* change main page

* change main panel icon to #666666

* change wiki icon

* change sort icons

* change hidden header table

* change style
This commit is contained in:
Michael An
2024-06-21 12:07:58 +08:00
committed by GitHub
parent bcc0576014
commit b7e686786a
52 changed files with 102 additions and 169 deletions

View File

@@ -22,11 +22,6 @@
cursor: pointer;
}
.extra-attributes-dialog .selected-single-select-container .fa-caret-down {
font-size: 16px;
color: #949494;
}
.extra-attributes-dialog .selected-single-select-container .single-select-option {
text-align: center;
width: min-content;

View File

@@ -55,7 +55,7 @@ class SingleSelect extends Component {
)}
</div>
{column.editable && (
<i className="fas fa-caret-down"></i>
<i className="sf3-font sf3-font-down"></i>
)}
</div>
</div>

View File

@@ -71,7 +71,7 @@ class TagColor extends React.Component {
style={{backgroundColor: tagColor}}
onClick={this.togglePopover}
>
<i className="fas fa-caret-down text-white"></i>
<i className="sf3-font sf3-font-down text-white"></i>
</span>
<Popover
target={`tag-${id}-color`}