🔥 Better boolean conditions

This commit is contained in:
Liyas Thomas
2019-11-09 20:43:48 +05:30
parent 3b2fd26bd9
commit ca3abed605
3 changed files with 6 additions and 6 deletions

View File

@@ -409,7 +409,7 @@ button {
&:not([disabled]):focus {
color: var(--act-color);
fill: var(--act-color);
box-shadow: 0 0 0 2px var(--fg-color);
box-shadow: inset 0 0 0 2px var(--fg-color);
transition: all 0.2s ease-in-out;
}