mirror of https://github.com/Radarr/Radarr
Fixed: Match Filter Indicator to Theme Color
This commit is contained in:
parent
0039c1c393
commit
ac8a7a9254
|
@ -6,10 +6,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.indicatorBackground {
|
|
||||||
color: $themeRed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indicatorContainer {
|
.indicatorContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
|
@ -33,9 +33,8 @@ function PageMenuButton(props) {
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
className={styles.indicatorBackground}
|
|
||||||
name={icons.CIRCLE}
|
name={icons.CIRCLE}
|
||||||
size={10}
|
size={9}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,10 +7,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indicatorBackground {
|
|
||||||
color: $themeRed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.indicatorContainer {
|
.indicatorContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
|
@ -34,9 +34,8 @@ function ToolbarMenuButton(props) {
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
className={styles.indicatorBackground}
|
|
||||||
name={icons.CIRCLE}
|
name={icons.CIRCLE}
|
||||||
size={10}
|
size={9}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue