Make it possible to exclude the external link icon

This commit is contained in:
davegson 2021-11-15 15:38:20 +01:00
parent 4a7a73012b
commit 177cf4fe6b

View file

@ -488,7 +488,7 @@ input:checked {
3. also exclude "localhost", which basically is 2. for local development 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 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"); background-image : url("/assets/img/icons/external.svg");
display : inline-block; display : inline-block;
height : 10px; height : 10px;