From c97bbda9b9175724d4a65c40b12bdd54ea4b5629 Mon Sep 17 00:00:00 2001 From: jackahl Date: Mon, 22 Jan 2024 14:15:47 +0100 Subject: [PATCH] remove borders around logos on hover --- news/17.bugfix | 1 + src/theme/main.less | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 news/17.bugfix diff --git a/news/17.bugfix b/news/17.bugfix new file mode 100644 index 0000000..22ac9c7 --- /dev/null +++ b/news/17.bugfix @@ -0,0 +1 @@ +remove borders around logos on hover @jakckahl diff --git a/src/theme/main.less b/src/theme/main.less index 205af14..5f9a1bb 100644 --- a/src/theme/main.less +++ b/src/theme/main.less @@ -99,7 +99,7 @@ } } - .logo-block { + .block.logo-block { display: flex; flex-direction: column; align-items: center; @@ -131,4 +131,11 @@ h3 { max-width: 400px; } + + &, + .block { + &:hover::before { + border: none; + } + } }