mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-09-10 11:40:37 +08:00
CSS refactoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.selectedAboveDrop {
|
||||
/*border-top: 2px solid red;*/
|
||||
box-shadow: 0 -1px 0 red;
|
||||
}
|
||||
|
||||
.selectedBelowDrop { /*change to boxShadow*/
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
Reference in New Issue
Block a user