mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Define icon-shadow only in context of icon-white
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
54878d753a
commit
314bfeb6b8
1 changed files with 2 additions and 7 deletions
|
|
@ -89,15 +89,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
|
|||
background-size: 32px !important;
|
||||
}
|
||||
|
||||
.icon-shadow {
|
||||
filter: drop-shadow(1px 1px 4px $color-box-shadow);
|
||||
&.icon-white {
|
||||
filter: invert(100%) drop-shadow(1px 1px 4px $color-box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.icon-white {
|
||||
filter: invert(100%);
|
||||
&.icon-shadow {
|
||||
filter: invert(100%) drop-shadow(1px 1px 4px $color-box-shadow);
|
||||
}
|
||||
|
||||
/* ICONS -------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Reference in a new issue