From 13dfef14dc0bc58ae8129924a59f97574ded7b86 Mon Sep 17 00:00:00 2001 From: Alexey Elin Date: Tue, 1 Dec 2020 22:33:55 +0300 Subject: [PATCH] docs: remove cursor: hand (#39918) PR Close #39918 --- .../examples/animations/src/app/hero-list-page.component.css | 1 - aio/content/examples/http/src/app/heroes/heroes.component.css | 1 - .../app/crisis-center/crisis-list/crisis-list.component.css | 3 +-- .../router/src/app/heroes/hero-list/hero-list.component.css | 3 +-- .../examples/testing/src/app/hero/hero-detail.component.css | 1 - .../examples/testing/src/app/hero/hero-list.component.css | 1 - .../examples/toh-pt4/src/app/messages/messages.component.css | 1 - .../examples/toh-pt5/src/app/messages/messages.component.css | 1 - .../examples/toh-pt6/src/app/heroes/heroes.component.css | 1 - .../examples/toh-pt6/src/app/messages/messages.component.css | 1 - .../examples/universal/src/app/heroes/heroes.component.css | 1 - .../examples/universal/src/app/messages/messages.component.css | 1 - aio/tools/examples/shared/boilerplate/common/src/styles.css | 2 -- 13 files changed, 2 insertions(+), 16 deletions(-) diff --git a/aio/content/examples/animations/src/app/hero-list-page.component.css b/aio/content/examples/animations/src/app/hero-list-page.component.css index 67a3fb0c9c..3a2467c526 100644 --- a/aio/content/examples/animations/src/app/hero-list-page.component.css +++ b/aio/content/examples/animations/src/app/hero-list-page.component.css @@ -62,7 +62,6 @@ padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } diff --git a/aio/content/examples/http/src/app/heroes/heroes.component.css b/aio/content/examples/http/src/app/heroes/heroes.component.css index 89a07c17bf..1f9781b66e 100644 --- a/aio/content/examples/http/src/app/heroes/heroes.component.css +++ b/aio/content/examples/http/src/app/heroes/heroes.component.css @@ -57,7 +57,6 @@ padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } diff --git a/aio/content/examples/router/src/app/crisis-center/crisis-list/crisis-list.component.css b/aio/content/examples/router/src/app/crisis-center/crisis-list/crisis-list.component.css index 65ce4b1e70..4b46ace641 100644 --- a/aio/content/examples/router/src/app/crisis-center/crisis-list/crisis-list.component.css +++ b/aio/content/examples/router/src/app/crisis-center/crisis-list/crisis-list.component.css @@ -54,7 +54,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } @@ -76,4 +75,4 @@ button.delete { } .crises li.selected:hover { background-color: #BBD8DC; -} \ No newline at end of file +} diff --git a/aio/content/examples/router/src/app/heroes/hero-list/hero-list.component.css b/aio/content/examples/router/src/app/heroes/hero-list/hero-list.component.css index a5e62b257b..c81536fcb5 100644 --- a/aio/content/examples/router/src/app/heroes/hero-list/hero-list.component.css +++ b/aio/content/examples/router/src/app/heroes/hero-list/hero-list.component.css @@ -55,7 +55,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } @@ -79,4 +78,4 @@ button.delete { .heroes li.selected:hover { background-color: #BBD8DC; } -/* #enddocregion selected */ \ No newline at end of file +/* #enddocregion selected */ diff --git a/aio/content/examples/testing/src/app/hero/hero-detail.component.css b/aio/content/examples/testing/src/app/hero/hero-detail.component.css index 86881c51ac..dc61d049c2 100644 --- a/aio/content/examples/testing/src/app/hero/hero-detail.component.css +++ b/aio/content/examples/testing/src/app/hero/hero-detail.component.css @@ -18,7 +18,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/content/examples/testing/src/app/hero/hero-list.component.css b/aio/content/examples/testing/src/app/hero/hero-list.component.css index 35e45af98d..40ced744d9 100644 --- a/aio/content/examples/testing/src/app/hero/hero-list.component.css +++ b/aio/content/examples/testing/src/app/hero/hero-list.component.css @@ -52,7 +52,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/content/examples/toh-pt4/src/app/messages/messages.component.css b/aio/content/examples/toh-pt4/src/app/messages/messages.component.css index de06809856..6d328773b4 100644 --- a/aio/content/examples/toh-pt4/src/app/messages/messages.component.css +++ b/aio/content/examples/toh-pt4/src/app/messages/messages.component.css @@ -19,7 +19,6 @@ button.clear { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/content/examples/toh-pt5/src/app/messages/messages.component.css b/aio/content/examples/toh-pt5/src/app/messages/messages.component.css index de06809856..6d328773b4 100644 --- a/aio/content/examples/toh-pt5/src/app/messages/messages.component.css +++ b/aio/content/examples/toh-pt5/src/app/messages/messages.component.css @@ -19,7 +19,6 @@ button.clear { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/content/examples/toh-pt6/src/app/heroes/heroes.component.css b/aio/content/examples/toh-pt6/src/app/heroes/heroes.component.css index 9046623926..83588b105c 100644 --- a/aio/content/examples/toh-pt6/src/app/heroes/heroes.component.css +++ b/aio/content/examples/toh-pt6/src/app/heroes/heroes.component.css @@ -57,7 +57,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } diff --git a/aio/content/examples/toh-pt6/src/app/messages/messages.component.css b/aio/content/examples/toh-pt6/src/app/messages/messages.component.css index de06809856..6d328773b4 100644 --- a/aio/content/examples/toh-pt6/src/app/messages/messages.component.css +++ b/aio/content/examples/toh-pt6/src/app/messages/messages.component.css @@ -19,7 +19,6 @@ button.clear { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/content/examples/universal/src/app/heroes/heroes.component.css b/aio/content/examples/universal/src/app/heroes/heroes.component.css index 915c246fc4..9f8f5dfc26 100644 --- a/aio/content/examples/universal/src/app/heroes/heroes.component.css +++ b/aio/content/examples/universal/src/app/heroes/heroes.component.css @@ -56,7 +56,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; font-family: Arial; } diff --git a/aio/content/examples/universal/src/app/messages/messages.component.css b/aio/content/examples/universal/src/app/messages/messages.component.css index de06809856..6d328773b4 100644 --- a/aio/content/examples/universal/src/app/messages/messages.component.css +++ b/aio/content/examples/universal/src/app/messages/messages.component.css @@ -19,7 +19,6 @@ button.clear { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc; diff --git a/aio/tools/examples/shared/boilerplate/common/src/styles.css b/aio/tools/examples/shared/boilerplate/common/src/styles.css index d4e07e4175..41b66bc5b4 100644 --- a/aio/tools/examples/shared/boilerplate/common/src/styles.css +++ b/aio/tools/examples/shared/boilerplate/common/src/styles.css @@ -18,7 +18,6 @@ body, input[text], button { } a { cursor: pointer; - cursor: hand; } button { font-family: Arial; @@ -27,7 +26,6 @@ button { padding: 5px 10px; border-radius: 4px; cursor: pointer; - cursor: hand; } button:hover { background-color: #cfd8dc;