mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
disabled cursor is important
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@import "variables.scss";
|
@import "variables.scss";
|
||||||
|
|
||||||
.btn, #vault .footer button, .modal-footer button {
|
.btn, #vault .footer button, .modal-footer button {
|
||||||
background-color: $button-backgound-color;
|
background-color: $button-backgound-color;
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
cursor: default;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.block {
|
&.block {
|
||||||
|
|||||||
Reference in New Issue
Block a user