Unify filtering style rules
This commit is contained in:
parent
3ee25953f4
commit
e6f8dc7a38
@ -191,11 +191,11 @@ ul {
|
|||||||
max-width: 10em;
|
max-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-name a, .transaction-code a {
|
a.filter {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-name a:hover, .transaction-code a {
|
a:hover.filter {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@ $if elem AddPermission perms
|
|||||||
<div .status-cleared title="Tarkistettu" aria-label="Tarkistettu">
|
<div .status-cleared title="Tarkistettu" aria-label="Tarkistettu">
|
||||||
$if not $ T.null $ tcode torig
|
$if not $ T.null $ tcode torig
|
||||||
<div .transaction-code>
|
<div .transaction-code>
|
||||||
<a href=@?{addCodeQuery $ tcode torig}>
|
<a href=@?{addCodeQuery $ tcode torig} .filter>
|
||||||
(#{tcode torig})
|
(#{tcode torig})
|
||||||
$if not $ T.null $ T.strip payee
|
$if not $ T.null $ T.strip payee
|
||||||
<span .transaction-payee>
|
<span .transaction-payee>
|
||||||
@ -41,7 +41,7 @@ $if elem AddPermission perms
|
|||||||
$forall (tagName, tagValue) <- filter isVisibleTag $ ttags torig
|
$forall (tagName, tagValue) <- filter isVisibleTag $ ttags torig
|
||||||
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
||||||
<div .tag-name>
|
<div .tag-name>
|
||||||
<a href=@?{addTagQuery tagName tagValue}>
|
<a href=@?{addTagQuery tagName tagValue} .filter>
|
||||||
#{tagName}
|
#{tagName}
|
||||||
$if not $ T.null $ T.strip tagValue
|
$if not $ T.null $ T.strip tagValue
|
||||||
<div .tag-value>
|
<div .tag-value>
|
||||||
@ -71,7 +71,7 @@ $if elem AddPermission perms
|
|||||||
$forall (tagName, tagValue) <- filter (isPostingTag acc) $ filter isVisibleTag tags
|
$forall (tagName, tagValue) <- filter (isPostingTag acc) $ filter isVisibleTag tags
|
||||||
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
||||||
<div .tag-name>
|
<div .tag-name>
|
||||||
<a href=@?{addTagQuery tagName tagValue}>
|
<a href=@?{addTagQuery tagName tagValue} .filter>
|
||||||
#{tagName}
|
#{tagName}
|
||||||
$if not $ T.null $ T.strip tagValue
|
$if not $ T.null $ T.strip tagValue
|
||||||
<div .tag-value>
|
<div .tag-value>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user