1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Rough extension management implementation

This commit is contained in:
Toby Zerner
2015-08-03 12:03:30 +09:30
parent 66ee6e57ee
commit 70901b1420
13 changed files with 370 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
}
> li {
> a, > button {
> a, > button, > span {
padding: 8px 15px;
display: block;
width: 100%;
@@ -42,12 +42,6 @@
&.hasIcon {
padding-left: 40px;
}
&:hover {
background: @control-bg;
}
&:focus {
outline: none;
}
.Button-icon {
float: left;
@@ -60,6 +54,14 @@
background: none;
}
}
> a, > button {
&:hover {
background: @control-bg;
}
&:focus {
outline: none;
}
}
&.active {
> a, > button {
background: @control-bg;