Fix hover styles in strictmode docs (#6705)

This commit is contained in:
Ricky
2024-03-23 11:51:37 -04:00
committed by GitHub
parent ef3a7ea4c1
commit 5a45b53b6e

View File

@@ -196,6 +196,9 @@ ul {
margin: 0;
list-style-type: none;
height: 100%;
display: flex;
flex-wrap: wrap;
padding: 10px;
}
li {
@@ -203,7 +206,6 @@ li {
border-radius: 6px;
float: left;
margin: 5px;
margin-bottom: 20px;
padding: 5px;
width: 70px;
height: 100px;
@@ -283,6 +285,9 @@ ul {
margin: 0;
list-style-type: none;
height: 100%;
display: flex;
flex-wrap: wrap;
padding: 10px;
}
li {
@@ -290,7 +295,6 @@ li {
border-radius: 6px;
float: left;
margin: 5px;
margin-bottom: 20px;
padding: 5px;
width: 70px;
height: 100px;
@@ -377,6 +381,9 @@ ul {
margin: 0;
list-style-type: none;
height: 100%;
display: flex;
flex-wrap: wrap;
padding: 10px;
}
li {
@@ -384,7 +391,6 @@ li {
border-radius: 6px;
float: left;
margin: 5px;
margin-bottom: 20px;
padding: 5px;
width: 70px;
height: 100px;
@@ -467,6 +473,9 @@ ul {
margin: 0;
list-style-type: none;
height: 100%;
display: flex;
flex-wrap: wrap;
padding: 10px;
}
li {
@@ -474,7 +483,6 @@ li {
border-radius: 6px;
float: left;
margin: 5px;
margin-bottom: 20px;
padding: 5px;
width: 70px;
height: 100px;