Fix button focus for active and rm unused import
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
@@ -318,10 +318,6 @@ li {
|
||||
box-shadow: 0 0 0 1px var(--secondary-green);
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
text-decoration: none;
|
||||
box-shadow: 0 0 0 1px var(--tertiary-green);
|
||||
@@ -330,6 +326,10 @@ li {
|
||||
background: var(--tertiary-green);
|
||||
}
|
||||
|
||||
.button:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff;
|
||||
}
|
||||
|
||||
.button.blue {
|
||||
background: var(--primary-blue);
|
||||
}
|
||||
@@ -341,7 +341,11 @@ li {
|
||||
|
||||
.button.blue:active {
|
||||
background: var(--tertiary-blue);
|
||||
box-shadow: none;
|
||||
box-shadow: 0 0 0 1px var(--tertiary-green);
|
||||
}
|
||||
|
||||
.button.blue:focus {
|
||||
box-shadow: 0 0 0 2px #ffffff;
|
||||
}
|
||||
|
||||
.text.center {
|
||||
|
||||
Reference in New Issue
Block a user