Merge branch 'master' of github.com:martinrotter/rssguard

This commit is contained in:
Martin Rotter 2022-08-29 07:19:35 +02:00
commit 779da78dd4
8 changed files with 4 additions and 60 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -3,7 +3,7 @@
<section class="rssguard-mhead"> <section class="rssguard-mhead">
<div style="float: right; margin: 10px;"><!-- Should it remain here??? -->%7</div> <div style="float: right; margin: 10px;"><!-- Should it remain here??? -->%7</div>
<span class="msmall">%2</span> <span class="msmall">%2</span>
<h1>%1<span class="mlinks">%6<span class="mwrapurl"><a href="%3">URL</a><span>&nbsp;&#47;&nbsp;</span></span></h1> <h1>%1<span class="mlinks">%6<span class="mwrapurl"><span>&nbsp;&#47;&nbsp;</span><a href="%3">URL</a></span></h1>
<span class="msmall">%5</span> <span class="msmall">%5</span>
</section> </section>

View file

@ -348,23 +348,6 @@ summary {
} }
// m* == message* // m* == message*
body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a {
&,
&:not([href=""]) + span {
visibility: visible;
}
}
// Stay visible when right-clicked
.rssguard-mwrapper .rssguard-mhead .mwrapurl a:focus {
&,
& + span {
visibility: visible !important;
}
}
.rssguard-mwrapper { .rssguard-mwrapper {
padding: $base-unit !important; padding: $base-unit !important;
@ -392,15 +375,6 @@ body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a {
.mwrapurl { .mwrapurl {
display: inline-flex; display: inline-flex;
a {
order: 1;
}
a,
span {
visibility: hidden;
}
a[href=""] { a[href=""] {
&, &,

View file

@ -296,14 +296,6 @@ summary:focus {
outline: 1px solid #8291AD; outline: 1px solid #8291AD;
} }
body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a, body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a:not([href=""]) + span {
visibility: visible;
}
.rssguard-mwrapper .rssguard-mhead .mwrapurl a:focus, .rssguard-mwrapper .rssguard-mhead .mwrapurl a:focus + span {
visibility: visible !important;
}
.rssguard-mwrapper { .rssguard-mwrapper {
padding: 10px !important; padding: 10px !important;
} }
@ -323,13 +315,6 @@ body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a, body:hover .rssguard-
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl { .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl {
display: inline-flex; display: inline-flex;
} }
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a {
order: 1;
}
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a,
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl span {
visibility: hidden;
}
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span { .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span {
display: none; display: none;
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin version="0.1.3" base="nudus-base"> <skin version="0.1.4" base="nudus-base">
<author> <author>
<name>akinokonomi, martinrotter</name> <name>akinokonomi, martinrotter</name>
</author> </author>

View file

@ -296,14 +296,6 @@ summary:focus {
outline: 1px solid #5D88D2; outline: 1px solid #5D88D2;
} }
body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a, body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a:not([href=""]) + span {
visibility: visible;
}
.rssguard-mwrapper .rssguard-mhead .mwrapurl a:focus, .rssguard-mwrapper .rssguard-mhead .mwrapurl a:focus + span {
visibility: visible !important;
}
.rssguard-mwrapper { .rssguard-mwrapper {
padding: 10px !important; padding: 10px !important;
} }
@ -323,13 +315,6 @@ body:hover .rssguard-mwrapper .rssguard-mhead .mwrapurl a, body:hover .rssguard-
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl { .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl {
display: inline-flex; display: inline-flex;
} }
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a {
order: 1;
}
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a,
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl span {
visibility: hidden;
}
.rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span { .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""], .rssguard-mwrapper .rssguard-mhead .mlinks .mwrapurl a[href=""] + span {
display: none; display: none;
} }

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<skin version="0.1.3" base="nudus-base"> <skin version="0.1.4" base="nudus-base">
<author> <author>
<name>akinokonomi, martinrotter</name> <name>akinokonomi, martinrotter</name>
</author> </author>

View file

@ -70,7 +70,7 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo
) )
install(FILES ${CMAKE_SOURCE_DIR}/resources/graphics/${CMAKE_PROJECT_NAME}.png install(FILES ${CMAKE_SOURCE_DIR}/resources/graphics/${CMAKE_PROJECT_NAME}.png
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/512x512/apps DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/256x256/apps
) )
elseif(APPLE) elseif(APPLE)
install(TARGETS app install(TARGETS app