Update tag selector styling for Windows
This commit is contained in:
parent
fc41326319
commit
0e8788aca1
5 changed files with 3 additions and 6 deletions
|
@ -57,7 +57,7 @@ class Button extends PureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
get menuMarker() {
|
get menuMarker() {
|
||||||
if (!Zotero.isNode && !Zotero.isMac) {
|
if (!Zotero.isNode && Zotero.isLinux) {
|
||||||
return this.props.isMenu && <span className="menu-marker"/>
|
return this.props.isMenu && <span className="menu-marker"/>
|
||||||
}
|
}
|
||||||
return this.props.isMenu && <IconDownChevron className="menu-marker"/>
|
return this.props.isMenu && <IconDownChevron className="menu-marker"/>
|
||||||
|
|
|
@ -62,7 +62,6 @@ $separator-width: 1px;
|
||||||
// Buttons
|
// Buttons
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
$btn-icon-padding: $space-min + 1px;
|
|
||||||
$btn-disabled-opacity: 0.5;
|
$btn-disabled-opacity: 0.5;
|
||||||
|
|
||||||
// Z-index master list
|
// Z-index master list
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-icon {
|
.btn-icon {
|
||||||
padding: $btn-icon-padding;
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
|
|
|
@ -40,12 +40,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-selector-filter {
|
.tag-selector-filter {
|
||||||
flex: 1 0 40px;
|
flex: 1 0;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-selector-actions {
|
.tag-selector-actions {
|
||||||
flex: 0 0 42px;
|
flex: 0 1;
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue