forked from AuroraMiddleware/gtk
Adwaita: fix border radius on #editor-color-sample
This commit is contained in:
parent
31cc642288
commit
813cc34857
@ -3452,6 +3452,12 @@ colorswatch {
|
||||
}
|
||||
|
||||
row:selected & { box-shadow: 0 0 0 2px $selected_fg_color; }
|
||||
|
||||
&#editor-color-sample {
|
||||
border-radius: 4px;
|
||||
|
||||
overlay { border-radius: 4.5px; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -4433,6 +4433,10 @@ colorswatch:disabled {
|
||||
box-shadow: none; }
|
||||
row:selected colorswatch {
|
||||
box-shadow: 0 0 0 2px #ffffff; }
|
||||
colorswatch#editor-color-sample {
|
||||
border-radius: 4px; }
|
||||
colorswatch#editor-color-sample overlay {
|
||||
border-radius: 4.5px; }
|
||||
|
||||
/********
|
||||
* Misc *
|
||||
|
@ -4574,6 +4574,10 @@ colorswatch:disabled {
|
||||
box-shadow: none; }
|
||||
row:selected colorswatch {
|
||||
box-shadow: 0 0 0 2px #ffffff; }
|
||||
colorswatch#editor-color-sample {
|
||||
border-radius: 4px; }
|
||||
colorswatch#editor-color-sample overlay {
|
||||
border-radius: 4.5px; }
|
||||
|
||||
/********
|
||||
* Misc *
|
||||
|
Loading…
Reference in New Issue
Block a user