Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
physphile committed Feb 4, 2023
1 parent 91e0193 commit 7bcfe4d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ export default {
gap: 10px;
padding: 10px 4%;
height: 56px;
background: var(--bs-primary);
}
</style>
5 changes: 1 addition & 4 deletions src/components/ButtonIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ button:disabled {
button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
button:focus {
background-color: rgba(255, 255, 255, 0.2);
}
button:active {
background-color: rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.2);
}
</style>
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { createApp, h } from 'vue';

import App from './App.vue';

import './variables.css';
import './style.css';

const vueLifecycles = singleSpaVue({
Expand Down
Empty file removed src/variables.css
Empty file.

0 comments on commit 7bcfe4d

Please sign in to comment.