mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 21:07:37 -06:00
fix: unessential highlighting effect on few elements (#78)
This commit is contained in:
parent
df0faeec9c
commit
3528f88c21
@ -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 {
|
||||
|
||||
@ -10,9 +10,9 @@ style: center
|
||||
### Free/Libre Open Source Software Binaries of VS Code
|
||||
{: .text-purple}
|
||||
|
||||
[](https://github.com/vscodium/vscodium/releases)
|
||||
[](https://github.com/VSCodium/vscodium/blob/master/LICENSE)
|
||||
[](https://gitter.im/VSCodium/Lobby)
|
||||
[](https://github.com/vscodium/vscodium/releases){: .no-box-shadow}
|
||||
[](https://github.com/VSCodium/vscodium/blob/master/LICENSE){: .no-box-shadow}
|
||||
[](https://gitter.im/VSCodium/Lobby){: .no-box-shadow}
|
||||
|
||||
VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's editor VS Code.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user