mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] fix 'primary' button's active state
This commit is contained in:
@ -127,6 +127,19 @@ button {
|
||||
background-color: @color-gray-4;
|
||||
padding: 0 36px;
|
||||
|
||||
&:hover {
|
||||
background-color: @color-gray-6;
|
||||
}
|
||||
|
||||
&:active:not(:disabled) {
|
||||
background-color: @color-gray-5;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: @color-gray-4;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&.primary {
|
||||
background-color: @color-blue-light;
|
||||
|
||||
@ -144,19 +157,6 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: @color-gray-6;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: @color-gray-5;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: @color-gray-4;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.btn-quick {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user