mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
ToggleReadCircleButtonWidget: Tweak colors per Pau
Also add border-box to prevent the circle from appearing to grow when a border appears. Bug: T126214 Change-Id: Id5e89ff87759c4ae44851d5ad3061230a0e59ff0
This commit is contained in:
parent
79aad8f479
commit
9429e78e61
|
@ -6,9 +6,10 @@
|
|||
width: @bundle-group-padding;
|
||||
height: @bundle-group-padding;
|
||||
margin: @bundle-group-padding;
|
||||
box-sizing: border-box;
|
||||
|
||||
// Mark as read
|
||||
background-color: #347BFF;
|
||||
background-color: #36c;
|
||||
border: 0;
|
||||
|
||||
// Mark as unread
|
||||
|
@ -20,7 +21,7 @@
|
|||
|
||||
&:hover .mw-echo-ui-toggleReadCircleButtonWidget-circle {
|
||||
// Mark as read
|
||||
background-color: #ddd;
|
||||
background-color: #99b2e5;
|
||||
|
||||
// Mark as unread
|
||||
&-unread {
|
||||
|
|
Loading…
Reference in a new issue