1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Remove Ember Attacher add-on

This commit is contained in:
HarveyKandola 2022-01-10 17:01:54 -05:00
parent 5d5e212a6b
commit c31c130ffd
17 changed files with 30 additions and 105 deletions

View file

@ -1,6 +1,5 @@
@import "ui-tooltip";
@import "ui-popup";
@import "ui-button";
@import "ui-toolbar";
@import "ui-icon-picker";
@import "ui-option";
@import "ui-option";

View file

@ -1,11 +0,0 @@
// https://github.com/kybishop/ember-attacher
.ember-attacher-tooltip {
font-size: 0.9rem !important;
padding: 0.5rem 0.75rem !important;
background-color: $theme-700 !important;
> div {
background-color: $theme-700 !important;
}
}