Merge pull request #566 from patriceac/Visual-feedback-on-buttons

Visual feedback on button click
This commit is contained in:
cmdr2 2022-11-30 16:11:08 +05:30 committed by GitHub
commit 4e0b33e6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1010,6 +1010,9 @@ button:hover {
button:active {
transition-duration: 0.1s;
background-color: hsl(var(--accent-hue), 100%, calc(var(--accent-lightness) + 24%));
position: relative;
top: 1px;
left: 1px;
}
button#save-system-settings-btn {