Allow the .hidden class to hide a button. props helenyhou. fixes #22018.
git-svn-id: https://develop.svn.wordpress.org/trunk@22440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0493132497
commit
30df4b2aa0
@ -93,6 +93,10 @@ input[type="submit"]::-moz-focus-inner {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.button.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
2.0 - Default Button Style
|
||||
---------------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user