mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Make it possible to exclude the external link icon
This commit is contained in:
parent
4a7a73012b
commit
177cf4fe6b
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ input:checked {
|
|||
3. also exclude "localhost", which basically is 2. for local development
|
||||
4. exclude social icons on top of content, which is currently grabbed with :not opacity-55, kinda dirty
|
||||
*/
|
||||
#page-container content a[href^="http"]:not([href*="safing.io"]):not([href*="localhost"]):not([class*="opacity-55"]):after {
|
||||
#page-container content a[href^="http"]:not([href*="safing.io"]):not([href*="localhost"]):not([class*="opacity-55"]):not([class="exclude-external-icon"]):after {
|
||||
background-image : url("/assets/img/icons/external.svg");
|
||||
display : inline-block;
|
||||
height : 10px;
|
||||
|
|
Loading…
Add table
Reference in a new issue