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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user