mirror of
https://bitbucket.org/walplanet/deemix-gui
synced 2026-01-15 08:12:52 -03:00
fix deep selector
This commit is contained in:
@@ -1119,11 +1119,11 @@ export default {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.locale-flag.locale-flag--current ::v-deep svg {
|
||||
.locale-flag.locale-flag--current /deep/ svg {
|
||||
filter: brightness(1) !important;
|
||||
}
|
||||
|
||||
.locale-flag::v-deep svg {
|
||||
.locale-flag /deep/ svg {
|
||||
width: 40px !important;
|
||||
height: 40px !important;
|
||||
filter: brightness(0.5);
|
||||
|
||||
Reference in New Issue
Block a user