1
0

fix: Color Selector Popout and Stream select caret (#258)

This commit is contained in:
Jade Herd
2023-11-07 10:08:34 -05:00
committed by GitHub
parent 20abe29b3f
commit 8a08ff5bb5
2 changed files with 17 additions and 0 deletions

View File

@@ -437,6 +437,14 @@ div[class^="callContainer"] {
background-color: $red !important;
color: $crust !important;
}
div[class*="clipsEnabledIndicator"] {
// This covers clipBadgeIcon and clipBadgeText
div[class^="clipBadge"] {
background-color: $brand !important;
color: $crust;
}
}
}
button[class*="leftTrayIcon_"][class*="buttonColor_"] {
@@ -455,6 +463,10 @@ div[class^="callContainer"] {
[class*="centerIcon_"] {
color: $crust;
}
svg[class^="contextMenuCaret"] path {
stroke: $crust !important;
}
}
&[class*="primaryDark_"] {

View File

@@ -751,6 +751,11 @@ div[class*="phoneFieldPopout"] {
}
}
// Color Picker Popout
div[class^="customColorPicker"] {
background: $mantle !important;
}
// Student hub icon
div[class^="layerContainer"]
div[class*="modalContent"]