From 049495e3379113d0fad4c85d2d2cba4291eb1be5 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Tue, 26 Sep 2023 16:30:18 +0300 Subject: [PATCH] litle fix --- src/app/_modules/publications/list/list.component.html | 4 ++-- src/app/_modules/publications/list/list.component.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/_modules/publications/list/list.component.html b/src/app/_modules/publications/list/list.component.html index d57dbe4..5556dbe 100644 --- a/src/app/_modules/publications/list/list.component.html +++ b/src/app/_modules/publications/list/list.component.html @@ -1,6 +1,6 @@
-
-
Добавить публикацию
+
+
Добавить публикацию
diff --git a/src/app/_modules/publications/list/list.component.scss b/src/app/_modules/publications/list/list.component.scss index 5223c45..6fbc1cb 100644 --- a/src/app/_modules/publications/list/list.component.scss +++ b/src/app/_modules/publications/list/list.component.scss @@ -22,6 +22,7 @@ width: 24px; height: 24px; background: url('~src/assets/images/icons/add_cirle_24dp.svg') center no-repeat; + cursor: pointer; } &:hover::before{ background: url('~src/assets/images/icons/add_cirle_hover_24dp.svg') center no-repeat;