Update tag selector styling for Windows

This commit is contained in:
Adomas Venčkauskas 2019-01-07 15:31:54 +02:00
parent fc41326319
commit 0e8788aca1
5 changed files with 3 additions and 6 deletions

View file

@ -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"/>

View file

@ -62,7 +62,6 @@ $separator-width: 1px;
// Buttons
// --------------------------------------------------
$btn-icon-padding: $space-min + 1px;
$btn-disabled-opacity: 0.5;
// Z-index master list

View file

@ -19,8 +19,6 @@
}
.btn-icon {
padding: $btn-icon-padding;
.icon {
&:first-child {
margin-left: -5px;

View file

@ -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;