fix single filter tag styles
parent
62d6ac839b
commit
f1b047eb0b
|
@ -1,6 +1,5 @@
|
||||||
// custom colors
|
// custom colors
|
||||||
$exclude-background: #fcc;
|
$exclude-background: #fcc;
|
||||||
$exclude-filter-text: #828282;
|
|
||||||
$radio-mark-background: #d6d5d5;
|
$radio-mark-background: #d6d5d5;
|
||||||
|
|
||||||
tg-filter {
|
tg-filter {
|
||||||
|
@ -22,13 +21,11 @@ tg-filter {
|
||||||
.single-filter {
|
.single-filter {
|
||||||
&.exclude {
|
&.exclude {
|
||||||
background: $exclude-background;
|
background: $exclude-background;
|
||||||
color: $exclude-filter-text;
|
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: .5;
|
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -202,11 +199,6 @@ tg-filter {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:hover {
|
|
||||||
background: darken($whitish, 8%);
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity .2s linear;
|
|
||||||
}
|
|
||||||
&.selected,
|
&.selected,
|
||||||
&.active {
|
&.active {
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
|
|
Loading…
Reference in New Issue