mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Fix #759
This commit is contained in:
@@ -1617,6 +1617,14 @@ a.box:active {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.button.is-static {
|
||||
background-color: whitesmoke;
|
||||
border-color: #dbdbdb;
|
||||
color: #7a7a7a;
|
||||
box-shadow: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
button.button,
|
||||
input[type="submit"].button {
|
||||
line-height: 1;
|
||||
|
||||
Reference in New Issue
Block a user