No, disabled element's pattern lines should be thin

This commit is contained in:
eudaimon 2024-03-01 19:52:34 +01:00
parent 6044cfaf7f
commit beb77a1bdb
1 changed files with 4 additions and 4 deletions

View File

@ -37,12 +37,12 @@ check:disabled, radio:disabled,
slider:disabled
{
background-image: linear-gradient(45deg,
alpha(currentColor, 0.3) 15%,
alpha(currentColor, 0.0) 15%,
alpha(currentColor, 0.3) 10%,
alpha(currentColor, 0.0) 10%,
alpha(currentColor, 0.0) 50%,
alpha(currentColor, 0.3) 50%,
alpha(currentColor, 0.3) 65%,
alpha(currentColor, 0.0) 65% );
alpha(currentColor, 0.3) 60%,
alpha(currentColor, 0.0) 60% );
background-size: 0.6em 0.6em;
background-repeat: repeat;
background-position: center;