Allow the .hidden class to hide a button. props helenyhou. fixes #22018.
git-svn-id: http://core.svn.wordpress.org/trunk@22440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1276bcefb5
commit
033506e18c
|
@ -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