Remove unused global css

pull/5067/head
Chocobozzz 2022-06-13 13:36:35 +02:00
parent 3bf57a01f8
commit 22f375f37d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 6 additions and 11 deletions

View File

@ -44,3 +44,7 @@ my-actor-avatar {
right: 45px;
border-radius: 50%;
}
.dropdown-item {
@include dropdown-with-icon-item;
}

View File

@ -8,9 +8,9 @@ input {
}
.btn {
font-size: 15px;
@include button-with-icon(18px);
font-size: 15px;
}
.copy-text {

View File

@ -202,15 +202,6 @@ table {
}
}
.dropdown-item {
@include dropdown-with-icon-item;
my-global-icon {
width: 22px;
height: 22px;
}
}
my-global-icon[iconName=external-link] {
margin: 0 3px;
width: 13px;