mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
Remove .active button styling and remove underlines on user management list items
This commit is contained in:
parent
58efafb7c9
commit
5bea01523a
@ -43,8 +43,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&.active {
|
||||
&:active {
|
||||
box-shadow: rgba(0,0,0,0.3) 0 1px 3px inset;
|
||||
}
|
||||
|
||||
|
@ -43,6 +43,10 @@
|
||||
|
||||
} // .object-list-item
|
||||
|
||||
a.object-list-item {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.object-list-item-icon {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
|
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
4
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user