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() {
|
||||
if (!Zotero.isNode && !Zotero.isMac) {
|
||||
if (!Zotero.isNode && Zotero.isLinux) {
|
||||
return this.props.isMenu && <span className="menu-marker"/>
|
||||
}
|
||||
return this.props.isMenu && <IconDownChevron className="menu-marker"/>
|
||||
|
|
|
@ -62,7 +62,6 @@ $separator-width: 1px;
|
|||
// Buttons
|
||||
// --------------------------------------------------
|
||||
|
||||
$btn-icon-padding: $space-min + 1px;
|
||||
$btn-disabled-opacity: 0.5;
|
||||
|
||||
// Z-index master list
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
}
|
||||
|
||||
.btn-icon {
|
||||
padding: $btn-icon-padding;
|
||||
|
||||
.icon {
|
||||
&:first-child {
|
||||
margin-left: -5px;
|
||||
|
|
|
@ -40,12 +40,12 @@
|
|||
}
|
||||
|
||||
.tag-selector-filter {
|
||||
flex: 1 0 40px;
|
||||
flex: 1 0;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
.tag-selector-actions {
|
||||
flex: 0 0 42px;
|
||||
flex: 0 1;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
background-color: inherit;
|
||||
|
|
Loading…
Reference in a new issue