aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/views
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 04:22:42 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 04:22:42 +0000
commit5d05d9ef6b66d768b8fd6ab1a80430d8e12d023f (patch)
tree8ec4ff32ed9295b6de26988d6476c602ef0fb8e7 /mod/developers/views
parentd682de9e1865f1e273c02ce63ca4f55d3f46077b (diff)
downloadelgg-5d05d9ef6b66d768b8fd6ab1a80430d8e12d023f.tar.gz
elgg-5d05d9ef6b66d768b8fd6ab1a80430d8e12d023f.tar.bz2
elgg-state-selected doesn't make sense for non-default buttons
git-svn-id: http://code.elgg.org/elgg/trunk@8316 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/developers/views')
-rw-r--r--mod/developers/views/default/theme_preview/forms.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/developers/views/default/theme_preview/forms.php b/mod/developers/views/default/theme_preview/forms.php
index 612a21d81..ca21194dc 100644
--- a/mod/developers/views/default/theme_preview/forms.php
+++ b/mod/developers/views/default/theme_preview/forms.php
@@ -180,7 +180,6 @@ $ipsum = elgg_view('developers/ipsum');
<td><a href="#" class="elgg-button elgg-button-action elgg-state-focus">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-action elgg-state-active">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-action elgg-state-disabled">anchor</a></td>
- <td><a href="#" class="elgg-button elgg-button-action elgg-state-selected">anchor</a></td>
</tr>
<tr>
<th>Cancel</th>
@@ -189,7 +188,6 @@ $ipsum = elgg_view('developers/ipsum');
<td><a href="#" class="elgg-button elgg-button-cancel elgg-state-focus">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-cancel elgg-state-active">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-cancel elgg-state-disabled">anchor</a></td>
- <td><a href="#" class="elgg-button elgg-button-cancel elgg-state-selected">anchor</a></td>
</tr>
<tr>
<th>Submit</th>
@@ -198,7 +196,6 @@ $ipsum = elgg_view('developers/ipsum');
<td><a href="#" class="elgg-button elgg-button-submit elgg-state-focus">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-submit elgg-state-active">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-submit elgg-state-disabled">anchor</a></td>
- <td><a href="#" class="elgg-button elgg-button-submit elgg-state-selected">anchor</a></td>
</tr>
<tr>
<th>Special</th>
@@ -207,7 +204,6 @@ $ipsum = elgg_view('developers/ipsum');
<td><a href="#" class="elgg-button elgg-button-special elgg-state-focus">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-special elgg-state-active">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-special elgg-state-disabled">anchor</a></td>
- <td><a href="#" class="elgg-button elgg-button-special elgg-state-selected">anchor</a></td>
</tr>
<tr>
<th>Delete</th>
@@ -216,7 +212,6 @@ $ipsum = elgg_view('developers/ipsum');
<td><a href="#" class="elgg-button elgg-button-delete elgg-state-focus">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-delete elgg-state-active">anchor</a></td>
<td><a href="#" class="elgg-button elgg-button-delete elgg-state-disabled">anchor</a></td>
- <td><a href="#" class="elgg-button elgg-button-delete elgg-state-selected">anchor</a></td>
</tr>
</tbody>
</table>