fix: web: don't add link URLs when printing
This commit is contained in:
parent
1085a2a777
commit
5ed6c94260
@ -1,5 +1,13 @@
|
|||||||
/* hledger web ui styles */
|
/* hledger web ui styles */
|
||||||
|
|
||||||
|
/*------------------------------------------------------------------------------------------*/
|
||||||
|
/* 0. revert some things */
|
||||||
|
|
||||||
|
/* don't let bootstrap add link URLs when printing */
|
||||||
|
@media print {
|
||||||
|
a[href]:after { content: none !important; }
|
||||||
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------------------------------*/
|
/*------------------------------------------------------------------------------------------*/
|
||||||
/* 1. colours */
|
/* 1. colours */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user