fix: Color Selector Popout and Stream select caret (#258)
This commit is contained in:
@@ -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_"] {
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user