diff --git a/webapp/src/main/webapp/news-list-view/components/settings/NewsSettings.vue b/webapp/src/main/webapp/news-list-view/components/settings/NewsSettings.vue index 8a49817888..e647b20778 100644 --- a/webapp/src/main/webapp/news-list-view/components/settings/NewsSettings.vue +++ b/webapp/src/main/webapp/news-list-view/components/settings/NewsSettings.vue @@ -25,7 +25,7 @@ along with this program. If not, see .
({ newsHeader: '', diff --git a/webapp/src/main/webapp/news-list-view/components/views/NewsStoriesView.vue b/webapp/src/main/webapp/news-list-view/components/views/NewsStoriesView.vue index 13ffa567be..00887e59e9 100644 --- a/webapp/src/main/webapp/news-list-view/components/views/NewsStoriesView.vue +++ b/webapp/src/main/webapp/news-list-view/components/views/NewsStoriesView.vue @@ -21,10 +21,15 @@ along with this program. If not, see . v-for="(item, index) in news" :key="index" :item="item" + :last-item="news.length-1 == index" :selected-option="selectedOption" /> -
- +
+ . --> diff --git a/webapp/src/main/webapp/skin/less/newsListView.less b/webapp/src/main/webapp/skin/less/newsListView.less index ee235ec0e8..7f5c2a9c5a 100644 --- a/webapp/src/main/webapp/skin/less/newsListView.less +++ b/webapp/src/main/webapp/skin/less/newsListView.less @@ -1833,6 +1833,9 @@ p.caption-title:after { div:has(> .button-open-settings) { margin-right: 0 !important; } + div:has(> .settingNewsButton) { + margin-right: 0 !important; + } .button-see-all-news { height: 18px !important; padding: 0 9px !important; @@ -1844,12 +1847,17 @@ p.caption-title:after { .button-open-settings { height: 18px; width: 18px; - .mdi-cog { - height: 18px !important; - font-size: 18px !important; - width: 18px !important; - color: white !important; - text-shadow: 2px 2px 4px black; + } + .settingNewsButton { + height: 18px !important; + font-size: 18px !important; + width: 18px !important; + color: white !important; + text-shadow: 2px 2px 4px @blackColorDefault !important; + &:hover { + background-color: rgba(255, 255, 255, 0.3)!important; + box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3) !important; + border-radius: 50% !important; } } &:hover {