fix: unessential highlighting effect on few elements (#78)

This commit is contained in:
Vishwa R 2024-12-27 19:39:33 +05:30 committed by GitHub
parent df0faeec9c
commit 3528f88c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 3 deletions

View File

@ -465,6 +465,23 @@ button {
text-align: center;
max-width: 500px;
background-color: #373277;
transition: color 1s ease-in-out,box-shadow 1s ease-in-out;
}
.link-button:hover {
box-shadow: inset 500px 0 0 0 #1a5fb4;
}
.link-button > a:hover {
box-shadow: none;
}
.no-box-shadow {
box-shadow: none;
}
.no-box-shadow:hover {
box-shadow: none;
}
.feature-props {

View File

@ -10,9 +10,9 @@ style: center
### Free/Libre Open Source Software Binaries of VS Code
{: .text-purple}
[![current release](https://img.shields.io/github/release/vscodium/vscodium.svg)](https://github.com/vscodium/vscodium/releases)
[![license](https://img.shields.io/github/license/VSCodium/vscodium.svg)](https://github.com/VSCodium/vscodium/blob/master/LICENSE)
[![Gitter](https://img.shields.io/gitter/room/vscodium/vscodium.svg)](https://gitter.im/VSCodium/Lobby)
[![current release](https://img.shields.io/github/release/vscodium/vscodium.svg)](https://github.com/vscodium/vscodium/releases){: .no-box-shadow}
[![license](https://img.shields.io/github/license/VSCodium/vscodium.svg)](https://github.com/VSCodium/vscodium/blob/master/LICENSE){: .no-box-shadow}
[![Gitter](https://img.shields.io/gitter/room/vscodium/vscodium.svg)](https://gitter.im/VSCodium/Lobby){: .no-box-shadow}
VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's editor VS Code.