Browse Source

Fix unwanted background changes in some buttons

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
pull/5061/head
Marco Ambrosini 5 years ago
parent
commit
5183dba14b
  1. 10
      src/App.vue

10
src/App.vue

@ -458,16 +458,6 @@ export default {
.content {
height: 100%;
::v-deep .app-content:hover {
.action-item--single {
background-color: rgba(0, 0, 0, .1) !important;
&:hover {
background-color: rgba(0, 0, 0, .2) !important;
}
}
}
::v-deep .app-navigation-toggle {
top: 10px;
right: -10px;

Loading…
Cancel
Save