Merge pull request #2391 from Asizon/fix_buttons_select

Fix user selection on buttons
10.7-maintenance
Michael Keller 2021-02-08 16:24:39 +13:00
parent f41786becb
commit cbacdf64fa
1 changed files with 2 additions and 0 deletions

View File

@ -1619,6 +1619,7 @@ dialog .dialog_toolbar .btn a.disabled {
transition: all ease 0.2s; transition: all ease 0.2s;
padding: 0 9px; padding: 0 9px;
line-height: 28px; line-height: 28px;
user-select: none;
} }
.content_toolbar .btn a:hover { .content_toolbar .btn a:hover {
@ -1980,6 +1981,7 @@ dialog .dialog_toolbar .btn a.disabled {
transition: all ease 0.2s; transition: all ease 0.2s;
padding: 0 9px; padding: 0 9px;
line-height: 28px; line-height: 28px;
user-select: none;
} }
.small { .small {